summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-12-13 12:41:05 -0500
committerJesse Luehrs <doy@tozt.net>2022-12-13 12:41:05 -0500
commit26b3228be76ac884aa68ce6baa98b2bdc55b101a (patch)
tree5fdac437f527c922e239b09b9201d4566106d225 /config
parent223e1a19f3ef4cbc9d6b09a378a9ab30d746f5ce (diff)
downloadconf-26b3228be76ac884aa68ce6baa98b2bdc55b101a.tar.gz
conf-26b3228be76ac884aa68ce6baa98b2bdc55b101a.zip
simplify helix config a bunch
let's at least try using the defaults for a while
Diffstat (limited to 'config')
-rw-r--r--config/helix/config.toml40
1 files changed, 3 insertions, 37 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
index 081cd54..50031ed 100644
--- a/config/helix/config.toml
+++ b/config/helix/config.toml
@@ -9,45 +9,11 @@ color-modes = true
tab = ":w"
"|" = ":q"
-"H" = "goto_previous_buffer"
-"L" = "goto_next_buffer"
"C-d" = ":buffer-close"
-"$" = "goto_line_end"
-")" = "goto_line_start"
-"_" = "goto_first_nonwhitespace"
-
"ret" = "goto_definition"
"backspace" = "jump_backward"
-"D" = "kill_to_line_end"
-"Y" = ["select_mode", "goto_line_end", "yank", "normal_mode", "flip_selections", "collapse_selection"]
-
-"esc" = "collapse_selection"
-
-"C-c" = ":config-reload"
-
-[keys.normal.";"]
-"x" = "toggle_comments"
-
-"h" = "select_prev_sibling"
-"j" = "shrink_selection"
-"k" = "expand_selection"
-"l" = "select_next_sibling"
-
-"|" = "shell_pipe"
-"$" = "shell_keep_pipe"
-
-[keys.select]
-"$" = "goto_line_end"
-")" = "goto_line_start"
-"_" = "goto_first_nonwhitespace"
-
-[keys.select.";"]
-"x" = "toggle_comments"
-
-"|" = "shell_pipe"
-"$" = "shell_keep_pipe"
-
-[keys.select."g"]
-"q" = ":reflow"
+[keys.normal.g]
+j = "goto_last_line"
+k = "goto_file_start"