feat(emacs): add repeat keybinding to emacs overlay/palette mode for quick switching
This commit is contained in:
parent
caffb70d9f
commit
388943e33c
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@
|
||||||
},
|
},
|
||||||
"overlay/palette": {
|
"overlay/palette": {
|
||||||
"press": [
|
"press": [
|
||||||
["ctrl+a", "palette_menu_top"]
|
["ctrl+a", "palette_menu_top"],
|
||||||
|
["ctrl+f", "palette_menu_down"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mini/file_browser": {
|
"mini/file_browser": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue