fix remove left
This commit is contained in:
parent
b063b96230
commit
caac348e10
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ exports.commands = [{
|
|||
"Ctrl-Backspace|Command-Backspace|Option-Backspace|Shift-Backspace|Backspace",
|
||||
"Ctrl-Backspace|Command-Backspace|Shift-Backspace|Backspace|Ctrl-H"
|
||||
),
|
||||
exec: function(env, args) { env.editor.removeLeft(); }
|
||||
exec: function(env, args) { env.editor.remove("left"); }
|
||||
}, {
|
||||
name: "removetolinestart",
|
||||
bindKey: bindKey("Alt-Backspace", "Option-Backspace"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue