Support moving up/down in tree view with k/j keys

This commit is contained in:
Kevin Sawicki
2013-07-08 17:06:16 -07:00
parent 2efbe9ce4e
commit f1bdcaedc1

View File

@@ -12,6 +12,8 @@
'a': 'tree-view:add'
'delete': 'tree-view:remove'
'backspace': 'tree-view:remove'
'k': 'core:move-up'
'j': 'core:move-down'
'.tree-view-dialog .mini.editor':
'enter': 'core:confirm'