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

This allows the left and right arrows to move between lines in insert mode.
pull/548/head^2
Ay355 3 years ago committed by siduck76
parent 1b44d4f2b9
commit cb977a5313

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

Loading…
Cancel
Save