From 326a816ee941bf139b7e0de00eef6f1e22b05b36 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 17 Apr 2025 15:15:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-17 15:15:05 --- .config/helix/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 42f23fdc..5851c682 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -83,7 +83,7 @@ A-o = ":config-open" A-w = ":config-open-workspace" # execute current file -A-x = ':sh "%sh{pwd}/%{buffer_name}"' +# A-x = ':sh "%sh{pwd}/%{buffer_name}"' # Treesitter selections # Left <-> Right: Sibling nodes @@ -135,7 +135,7 @@ C-i = "jump_view_right" C-e = "jump_view_up" I = ":bn" X = "extend_line_above" -x = "extend_line" +x = "extend_line_below" # A-x = "toggle_line_select" D = "kill_to_line_end" A-d = "kill_to_line_start"