Mercurial > dotfiles
comparison dot_config/helix/config.toml @ 820:423e6e3b247a
feat: make line start/end movements select
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 15 Dec 2023 07:58:51 +0100 |
parents | 6499aba0eaf3 |
children |
comparison
equal
deleted
inserted
replaced
819:5d48918b3a65 | 820:423e6e3b247a |
---|---|
16 [keys.insert] | 16 [keys.insert] |
17 C-f = "move_char_right" | 17 C-f = "move_char_right" |
18 | 18 |
19 [keys.normal."space"] | 19 [keys.normal."space"] |
20 o = "file_picker_in_current_buffer_directory" | 20 o = "file_picker_in_current_buffer_directory" |
21 | |
22 [keys.normal.g] | |
23 l = ["collapse_selection", "extend_to_line_end"] | |
24 h = ["collapse_selection", "extend_to_line_start"] | |
25 s = ["collapse_selection", "select_mode", "goto_first_nonwhitespace", "exit_select_mode"] |