Add missing shift-backspace and shift-delete bindings

This commit is contained in:
Ben Ogle
2014-05-31 16:15:36 -07:00
parent 61ee1be2cb
commit 5259a1ced4
3 changed files with 4 additions and 0 deletions

View File

@@ -34,9 +34,11 @@
'shift-left': 'core:select-left'
'shift-right': 'core:select-right'
'delete': 'core:delete'
'shift-delete': 'core:delete'
'pageup': 'core:page-up'
'pagedown': 'core:page-down'
'backspace': 'core:backspace'
'shift-backspace': 'core:backspace'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab': 'pane:show-previous-item'
'ctrl-shift-up': 'core:move-up'