ctrl-9 is fold ctrl-( is fold all

This commit is contained in:
Corey Johnson 2012-06-01 10:49:09 -07:00
parent 2623724fd4
commit 4634508c37

View File

@ -15,7 +15,8 @@ window.keymap.bindKeys '.editor',
'meta-z': 'undo'
'meta-Z': 'redo'
'alt-meta-w': 'toggle-soft-wrap'
'alt-meta-f': 'toggle-fold'
'ctrl-9': 'toggle-fold'
'ctrl-(': 'fold-all'
'alt-meta-ctrl-f': 'fold-selection'
'alt-meta-u': 'unfold'
'alt-meta-left': 'split-left'