Go to next/previous line with h,l,left and right
This commit is contained in:
parent
72b9fa5018
commit
dbc4979ebd
|
@ -31,6 +31,10 @@ opt.expandtab = true
|
||||||
opt.shiftwidth = 2
|
opt.shiftwidth = 2
|
||||||
opt.smartindent = true
|
opt.smartindent = true
|
||||||
|
|
||||||
|
-- go to previous/next line with h,l,left arrow and right arrow
|
||||||
|
-- when cursor reaches end/beginning of line
|
||||||
|
opt.whichwrap:append("<>hl")
|
||||||
|
|
||||||
g.mapleader = " "
|
g.mapleader = " "
|
||||||
g.auto_save = false
|
g.auto_save = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue