Helix: added Control-[Left | Right] key mapping
This commit is contained in:
parent
bdc5de2070
commit
b84d7b24fb
1 changed files with 3 additions and 0 deletions
3
.config/helix/config.toml
Normal file
3
.config/helix/config.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[keys.normal]
|
||||
C-left = "move_prev_word_start"
|
||||
C-right = "move_next_word_end"
|
Loading…
Reference in a new issue