mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Tab key inserts spaces or a tab character depending on Editor.prototype.softTabs setting
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user