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"