diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-12-28 02:55:31 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-12-28 02:55:31 +0100 |
| commit | 2614b10dcfaae09d120c39933b0b76e6cb3b2e1e (patch) | |
| tree | 6eccd6e12b079abfff8fe8a346238e4e3ffaf7bb /helix.toml | |
| parent | 83e8a81b38646a91e5c7b4291309fc832f18d34d (diff) | |
| download | dotfiles-2614b10dcfaae09d120c39933b0b76e6cb3b2e1e.tar.gz | |
Updated helix config
Diffstat (limited to 'helix.toml')
| -rw-r--r-- | helix.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ auto-signature-help = false | |||
| 24 | "A-." = [ "goto_next_buffer" ] | 24 | "A-." = [ "goto_next_buffer" ] |
| 25 | "{" = [ "goto_prev_paragraph" ] | 25 | "{" = [ "goto_prev_paragraph" ] |
| 26 | "}" = [ "goto_next_paragraph" ] | 26 | "}" = [ "goto_next_paragraph" ] |
| 27 | "D" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"] | 27 | "D" = ["ensure_selections_forward", "extend_to_line_end", "change_selection"] |
| 28 | 28 | ||
| 29 | [keys.select] | 29 | [keys.select] |
| 30 | "{" = [ "goto_prev_paragraph" ] | 30 | "{" = [ "goto_prev_paragraph" ] |
