I don't like vim curser being past the end
This commit is contained in:
parent
7459a60fe6
commit
25692677c1
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -97,7 +97,7 @@ if has("syntax")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" enable virtual edit in vblock mode, and one past the end
|
" enable virtual edit in vblock mode, and one past the end
|
||||||
set virtualedit=block,onemore
|
set virtualedit=block
|
||||||
|
|
||||||
" Set our fonts
|
" Set our fonts
|
||||||
if has("gui_kde")
|
if has("gui_kde")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue