Implement left/right arrow buttons in vim mode

This commit is contained in:
Corey Johnson
2012-02-07 15:37:33 -08:00
parent 4935ec9e39
commit d40585a129

View File

@@ -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()