more mac keybindings for deleting stuff
This commit is contained in:
parent
fb49960694
commit
a17e204e9c
1 changed files with 4 additions and 1 deletions
|
|
@ -82,8 +82,11 @@ exports.bindings = {
|
|||
"selectlinestart": "Shift-Home",
|
||||
"selectlineend": "Shift-End",
|
||||
"del": "Delete|Ctrl-D",
|
||||
"backspace": "Ctrl-Backspace|Command-Backspace|Option-Backspace|Shift-Backspace|Backspace|Ctrl-H",
|
||||
"backspace": "Ctrl-Backspace|Command-Backspace|Shift-Backspace|Backspace|Ctrl-H",
|
||||
"removetolineend": "Ctrl-K",
|
||||
"removetolinestart": "Option-Backspace",
|
||||
"removewordleft": "Alt-Backspace|Ctrl-Alt-Backspace",
|
||||
"removewordright": "Alt-Delete",
|
||||
"outdent": "Shift-Tab",
|
||||
"indent": "Tab",
|
||||
"transposeletters": "Ctrl-T",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue