Pressing enter in TreeView opens selected file or toggles selected directory

This commit is contained in:
Nathan Sobo
2012-04-24 18:18:02 -06:00
parent 7e7d37859f
commit 3fe6a699cc
3 changed files with 33 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
window.keymap.bindKeys '.tree-view'
'right': 'tree-view:expand-directory'
'left': 'tree-view:collapse-directory'
'enter': 'tree-view:open-selected-entry'