helix: new menu entries
ff: file_picker fw: write file <spc>wc: buffer-close <spc>cx: quit
This commit is contained in:
parent
c003020ec5
commit
809468496e
1 changed files with 6 additions and 3 deletions
|
@ -40,10 +40,12 @@ render = true
|
||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
C-s = ":w"
|
f = { f = "file_picker", w = ":write" }
|
||||||
C-o = "file_picker"
|
|
||||||
S-ret = ["open_below", "insert_mode"]
|
|
||||||
|
|
||||||
|
space = { w = { c = ":bc" }, c = { x = ":q" } }
|
||||||
|
C-w = { c = ":buffer-close" }
|
||||||
|
|
||||||
|
B = "extend_to_line_start"
|
||||||
E = "extend_to_line_end"
|
E = "extend_to_line_end"
|
||||||
x = "extend_to_line_bounds"
|
x = "extend_to_line_bounds"
|
||||||
X = "extend_line_below"
|
X = "extend_line_below"
|
||||||
|
@ -54,3 +56,4 @@ c = "change_selection_noyank"
|
||||||
A-c = "change_selection"
|
A-c = "change_selection"
|
||||||
|
|
||||||
S-v = ["extend_to_line_bounds","select_mode"]
|
S-v = ["extend_to_line_bounds","select_mode"]
|
||||||
|
S-ret = ["open_below", "insert_mode"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue