diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 6f525de6..42f23fdc 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -76,6 +76,7 @@ s = "select_mode" # reload lsp C-r = ":lsp-restart" +C-A-r = ":lsp-stop" # config file stuff A-r = ":config-reload" A-o = ":config-open" @@ -114,13 +115,15 @@ i = "move_char_right" # i = "move_same_line_char_right" n = "move_visual_line_down" e = "move_visual_line_up" +N = "move_line_down" +E = "move_line_up" h = "insert_mode" H = "insert_at_line_start" L = "move_next_long_word_end" j = ["search_next", "align_view_center"] J = ["search_prev", "align_view_center"] -N = "join_selections" -A-N = "join_selections_space" +A-j = "join_selections" +A-J = "join_selections_space" C-q = ":qa" C-S-q = ":qa!" # C-m = ":bp" @@ -211,7 +214,7 @@ h = ':toggle lsp.display-inlay-hints' # Toggle git display g = ':toggle gutters.layout ["diagnostics", "spacer", "line-numbers", "spacer", "diff"] ["diagnostics", "spacer", "line-numbers", "spacer", "spacer"]' # Toggle Ruler -# rulers = [81] +r = ':toggle rulers [81] []' [keys.select.g] m = "extend_to_line_start"