mirror of
https://github.com/atom/atom.git
synced 2026-02-09 14:15:24 -05:00
Right arrow expands the selected directory in TreeView
This commit is contained in:
4
src/app/keymaps/tree-view.coffee
Normal file
4
src/app/keymaps/tree-view.coffee
Normal file
@@ -0,0 +1,4 @@
|
||||
window.keymap.bindKeys '.tree-view'
|
||||
'right': 'tree-view:expand-directory'
|
||||
'left': 'tree-view:contract-directory'
|
||||
|
||||
Reference in New Issue
Block a user