mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
shift-backspace acts as backspace
This commit is contained in:
parent
ac04a8ed66
commit
5f1e441538
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user