this repo has no description

chore: added command

+1
+1
.config/helix/config.toml
··· 45 45 [keys.normal] 46 46 g = { a = "code_action" } # Maps `ga` to show possible code actions 47 47 "ret" = ["move_line_down", "goto_first_nonwhitespace"] # Maps the enter key to move to start of next line 48 + "S-ret" = ["move_line_up", "goto_first_nonwhitespace"] # Maps the enter key to move to start of next line 48 49 X = "extend_line_above" 49 50 D = "delete_char_backward" 50 51 y = ":clipboard-yank-join"