Meta-/ (tree-view:toggle) attaches / detaches the TreeView

This commit is contained in:
Nathan Sobo
2012-05-08 15:35:03 -06:00
parent 79315b0ef6
commit 897f505e4f
3 changed files with 27 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
window.keymap.bindKeys '#root-view'
'alt-tab': 'tree-view:focus'
'meta-/': 'tree-view:toggle'
window.keymap.bindKeys '.tree-view'
'right': 'tree-view:expand-directory'