diff options
Diffstat (limited to 'helix.toml')
| -rw-r--r-- | helix.toml | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -20,6 +20,8 @@ auto-signature-help = false | |||
| 20 | 20 | ||
| 21 | [keys.normal] | 21 | [keys.normal] |
| 22 | "esc" = [ "collapse_selection", "keep_primary_selection" ] | 22 | "esc" = [ "collapse_selection", "keep_primary_selection" ] |
| 23 | "A-," = [ "goto_previous_buffer" ] | ||
| 24 | "A-." = [ "goto_next_buffer" ] | ||
| 23 | "{" = [ "goto_prev_paragraph" ] | 25 | "{" = [ "goto_prev_paragraph" ] |
| 24 | "}" = [ "goto_next_paragraph" ] | 26 | "}" = [ "goto_next_paragraph" ] |
| 25 | "D" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"] | 27 | "D" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"] |
