โ๏ธ Hotkeys
Definitions¶
It allows for the setting of hotkeys for popup commands.
Ctrl a
means pressing theCtrl
key and theA
keyEnter|Tab
means pressing theEnter
key or theTab
key- Use
Mod
instead ofCtrl
on Windows orCmd
on macOS - You can know the keycode at keycode.info (Press any key and show
event.key
)
Command | Default hotkey |
---|---|
select | Enter |
select with custom alias | |
up | ArrowUp |
down | ArrowDown |
select 1st | |
select 2nd | |
select 3rd | |
select 4th | |
select 5th | |
select 6th | |
select 7th | |
select 8th | |
select 9th | |
open | |
completion | |
insert as text |
Related issues¶
- Feature Request: tab and return should accept a completion #138
- Feature Request: Two-Step Completions #156
- [FR] Support Ctrl+J and Ctrl+K even on macOS #176
Since¶
v9.0.0