From 26b3228be76ac884aa68ce6baa98b2bdc55b101a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 13 Dec 2022 12:41:05 -0500 Subject: simplify helix config a bunch let's at least try using the defaults for a while --- config/helix/config.toml | 40 +++------------------------------------- 1 file changed, 3 insertions(+), 37 deletions(-) (limited to 'config') 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" -- cgit v1.2.3-54-g00ecf