mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Map k/j to up/down in archive-view
This commit is contained in:
3
src/packages/archive-view/keymaps/archive-view.cson
Normal file
3
src/packages/archive-view/keymaps/archive-view.cson
Normal file
@@ -0,0 +1,3 @@
|
||||
'.archive-view':
|
||||
'k': 'core:move-up'
|
||||
'j': 'core:move-down'
|
||||
Reference in New Issue
Block a user