helix: fix yank, add <space>b<tab>
This commit is contained in:
parent
2ef3659880
commit
aedb4f7a11
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,7 @@ d = "delete_selection_noyank"
|
|||
A-d = "delete_selection"
|
||||
c = "change_selection_noyank"
|
||||
A-c = "change_selection"
|
||||
y = ["yank_main_selection_to_clipboard", "yank"]
|
||||
y = ["yank_to_clipboard","yank"]
|
||||
|
||||
S-v = ["extend_to_line_bounds","select_mode"]
|
||||
S-ret = ["open_below", "insert_mode"]
|
||||
|
@ -74,6 +74,7 @@ p = ":buffer-previous"
|
|||
q = ":buffer-close"
|
||||
Q = ":buffer-close-all"
|
||||
C = ":buffer-close-others --skip-visible"
|
||||
tab = "goto_last_accessed_file"
|
||||
|
||||
[keys.normal.space.w]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue