mirror of
https://github.com/atom/atom.git
synced 2026-02-09 06:05:11 -05:00
Right arrow collapses directories in TreeView
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
window.keymap.bindKeys '.tree-view'
|
||||
'right': 'tree-view:expand-directory'
|
||||
'left': 'tree-view:contract-directory'
|
||||
'left': 'tree-view:collapse-directory'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user