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:
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
|
-- go to previous/next line with h,l,left arrow and right arrow
|
||||||
-- when cursor reaches end/beginning of line
|
-- when cursor reaches end/beginning of line
|
||||||
opt.whichwrap:append "<>hl"
|
opt.whichwrap:append "<>[]hl"
|
||||||
|
|
||||||
g.mapleader = options.mapleader
|
g.mapleader = options.mapleader
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue