diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-24 15:37:30 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-24 15:37:30 +0200 |
| commit | e988f5025ef5dc80509ca68a8594aa433451c1d9 (patch) | |
| tree | 14f021e3cc0255898f12a8dd514a6cd4beeab77b /helix.toml | |
| parent | e3bf543bccc9bdbefe35b7e9e61d466bc2209fd1 (diff) | |
| download | dotfiles-e988f5025ef5dc80509ca68a8594aa433451c1d9.tar.gz | |
Helix update
Diffstat (limited to 'helix.toml')
| -rw-r--r-- | helix.toml | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -19,6 +19,8 @@ auto-signature-help = false | |||
| 19 | 19 | ||
| 20 | [keys.normal] | 20 | [keys.normal] |
| 21 | "esc" = [ "collapse_selection", "keep_primary_selection" ] | 21 | "esc" = [ "collapse_selection", "keep_primary_selection" ] |
| 22 | "D" = [ "ensure_selections_forward", "extend_to_line_end", "change_selection" ] | 22 | "D" = [ "ensure_selections_forward", "extend_to_line_end", "delete_selection" ] |
| 23 | "C-left" = [ "goto_previous_buffer" ] | 23 | "C-left" = [ "goto_previous_buffer" ] |
| 24 | "C-right" = [ "goto_next_buffer" ] | 24 | "C-right" = [ "goto_next_buffer" ] |
| 25 | "C-up" = [ "page_cursor_half_up" ] | ||
| 26 | "C-down" = [ "page_cursor_half_down" ] | ||
