mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
shift-backspace acts as backspace
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user