Bind ctrl-[] to collapse and expand directories

This commit is contained in:
Kevin Sawicki
2013-02-20 16:48:19 -08:00
parent f7bc1186c5
commit 69b93c5397

View File

@@ -4,7 +4,9 @@
'.tree-view':
'right': 'tree-view:expand-directory'
'ctrl-]': 'tree-view:expand-directory'
'left': 'tree-view:collapse-directory'
'ctrl-[': 'tree-view:collapse-directory'
'enter': 'tree-view:open-selected-entry'
'm': 'tree-view:move'
'a': 'tree-view:add'