mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
ctrl-9 is fold ctrl-( is fold all
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user