Add ctrl-h and ctrl-d bindings

This commit is contained in:
Nathan Sobo
2012-03-28 15:41:40 -07:00
parent a90380bc63
commit f2cbe605e8

View File

@@ -7,3 +7,5 @@ window.keymap.bindKeys '.editor',
'alt-b': 'move-to-previous-word'
'ctrl-a': 'move-to-first-character-of-line'
'ctrl-e': 'move-to-end-of-line'
'ctrl-h': 'backspace'
'ctrl-d': 'delete'