this repo has no description

hx opts

+11 -2
+11 -2
.config/helix/config.toml
··· 55 55 g = { a = "code_action" } # Maps `ga` to show possible code actions 56 56 "ret" = ["move_line_down", "goto_first_nonwhitespace"] # Maps the enter key to move to start of next line 57 57 "S-ret" = ["move_line_up", "goto_first_nonwhitespace"] # Maps the enter key to move to start of next line 58 - X = "extend_line_above" 58 + x = "select_line_below" 59 + X = "select_line_above" 59 60 D = "delete_char_backward" 60 61 # y = ":clipboard-yank-join" 61 62 # Y = "yank_joined_to_clipboard" ··· 73 74 # ":redraw", 74 75 # ":reload-all" 75 76 # ] 76 - 77 + C-g = [ 78 + ":write-all", 79 + ":new", 80 + ":insert-output lazygit", 81 + # ":insert-output gitui >/dev/tty", 82 + ":buffer-close!", 83 + ":redraw", 84 + ":reload-all" 85 + ] 77 86 [keys.insert] 78 87 # j = { k = "normal_mode" } # Maps `jk` to exit insert mode 79 88