shift-backspace acts as backspace

This commit is contained in:
Corey Johnson 2012-07-16 14:23:31 -07:00
parent ac04a8ed66
commit 5f1e441538

View File

@ -9,6 +9,7 @@ window.keymap.bindKeys '.editor',
'meta-enter': 'newline-below'
'tab': 'indent'
'backspace': 'backspace'
'shift-backspace': 'backspace'
'delete': 'delete'
'meta-x': 'cut'
'meta-c': 'copy'