Add jj
to easily switch back to visual mode
This commit is contained in:
parent
a6a943dd70
commit
1587dba66f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ set("v", "<down>", "<nop>")
|
|||
set("v", "<up>", "<nop>")
|
||||
|
||||
-- Easily switch back to visual mode.
|
||||
set("i", "jj", "<Esc>")
|
||||
set("i", "jk", "<Esc>")
|
||||
|
||||
-- Easy insertion of a trailing ; or , from insert mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue