mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Support moving up/down in tree view with k/j keys
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user