mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Add abbr keybind
This commit is contained in:
parent
b0efe4ae46
commit
6f08c6b619
1 changed files with 10 additions and 0 deletions
|
@ -278,6 +278,16 @@ $env.config.keybindings = [
|
|||
mode: [ vi_normal vi_insert ]
|
||||
event: { send: openeditor }
|
||||
}
|
||||
{
|
||||
name: abbr
|
||||
modifier: control
|
||||
keycode: space
|
||||
mode: [ vi_normal vi_insert ]
|
||||
event: [
|
||||
{ send: menu name: abbr_menu }
|
||||
{ edit: insertchar, value: " " }
|
||||
]
|
||||
}
|
||||
{
|
||||
name: move_up
|
||||
modifier: none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue