summaryrefslogtreecommitdiffstats
path: root/config/helix/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/helix/config.toml')
-rw-r--r--config/helix/config.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
index 0811f37..081cd54 100644
--- a/config/helix/config.toml
+++ b/config/helix/config.toml
@@ -36,23 +36,17 @@ tab = ":w"
"l" = "select_next_sibling"
"|" = "shell_pipe"
-"!" = "shell_insert_output"
"$" = "shell_keep_pipe"
-[keys.normal.g]
-"G" = "goto_last_line"
-
[keys.select]
"$" = "goto_line_end"
")" = "goto_line_start"
"_" = "goto_first_nonwhitespace"
-"G" = "goto_last_line"
[keys.select.";"]
"x" = "toggle_comments"
"|" = "shell_pipe"
-"!" = "shell_insert_output"
"$" = "shell_keep_pipe"
[keys.select."g"]