vim ctrl-w in insert mode
This commit is contained in:
parent
5a9e6d4cb9
commit
48450d1ab9
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ exports.handler = {
|
|||
if (key == 'esc' || key == 'ctrl-[') {
|
||||
data.state = 'start';
|
||||
return {command: coreCommands.stop};
|
||||
} else if (key == "ctrl-w") {
|
||||
return {command: "removewordleft"};
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue