feat(emacs): add repeat keybinding to emacs overlay/palette mode for quick switching

This commit is contained in:
CJ van den Berg 2025-01-06 22:09:57 +01:00
parent caffb70d9f
commit 388943e33c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -58,7 +58,8 @@
},
"overlay/palette": {
"press": [
["ctrl+a", "palette_menu_top"]
["ctrl+a", "palette_menu_top"],
["ctrl+f", "palette_menu_down"]
]
},
"mini/file_browser": {