mirror of
https://github.com/atom/atom.git
synced 2026-02-09 14:15:24 -05:00
Pressing 'm' in tree view brings up a move dialog
This commit is contained in:
@@ -2,4 +2,5 @@ window.keymap.bindKeys '.tree-view'
|
||||
'right': 'tree-view:expand-directory'
|
||||
'left': 'tree-view:collapse-directory'
|
||||
'enter': 'tree-view:open-selected-entry'
|
||||
'm': 'tree-view:move'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user