helix: add some keybinds
This commit is contained in:
parent
3122274498
commit
8854e02b5e
1 changed files with 16 additions and 0 deletions
|
@ -35,3 +35,19 @@ render = true
|
||||||
|
|
||||||
[editor.soft-wrap]
|
[editor.soft-wrap]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
|
[keys.normal]
|
||||||
|
C-s = ":w"
|
||||||
|
C-o = "file_picker"
|
||||||
|
S-ret = ["open_below", "insert_mode"]
|
||||||
|
|
||||||
|
E = "extend_to_line_end"
|
||||||
|
x = "extend_to_line_bounds"
|
||||||
|
X = "extend_line_below"
|
||||||
|
|
||||||
|
d = "delete_selection_noyank"
|
||||||
|
A-d = "delete_selection"
|
||||||
|
c = "change_selection_noyank"
|
||||||
|
A-c = "change_selection"
|
||||||
|
|
||||||
|
S-v = ["extend_to_line_bounds","select_mode"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue