fix: use of left/right arrow keys in insert mode

This allows the left and right arrows to move between lines in insert mode.
This commit is contained in:
Ay355 2021-10-08 18:02:53 -07:00 committed by siduck76
parent 1b44d4f2b9
commit cb977a5313
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ opt.updatetime = options.updatetime
-- go to previous/next line with h,l,left arrow and right arrow
-- when cursor reaches end/beginning of line
opt.whichwrap:append "<>hl"
opt.whichwrap:append "<>[]hl"
g.mapleader = options.mapleader