mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Implement left/right arrow buttons in vim mode
This commit is contained in:
@@ -37,6 +37,8 @@ class VimMode
|
||||
'l': 'move-right'
|
||||
'w': 'move-to-next-word'
|
||||
'b': 'move-to-previous-word'
|
||||
'left': 'move-left'
|
||||
'right': 'move-right'
|
||||
|
||||
@handleCommands
|
||||
'insert': => @activateInsertMode()
|
||||
|
||||
Reference in New Issue
Block a user