Tab key inserts spaces or a tab character depending on Editor.prototype.softTabs setting

This commit is contained in:
Nathan Sobo
2012-04-05 17:39:40 -06:00
parent c4a23c7dd0
commit aba968acd9
3 changed files with 25 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ window.keymap.bindKeys '.editor',
'shift-up': 'select-up'
'shift-down': 'select-down'
enter: 'newline'
tab: 'tab'
backspace: 'backspace'
'delete': 'delete'
'meta-x': 'cut'
@@ -27,4 +28,4 @@ window.keymap.bindKeys '.editor',
'alt-meta-left': 'split-left'
'alt-meta-right': 'split-right'
'alt-meta-up': 'split-up'
'alt-meta-down': 'split-down'
'alt-meta-down': 'split-down'