vim:settings: Add block to virtualedit

Let the cursor move beyond the EOL when in visual-block mode.
This commit is contained in:
2022-06-27 01:30:52 +02:00
parent 75611be2f8
commit d1211dbc0d

View File

@@ -76,6 +76,8 @@ set autoread
set iskeyword+=- set iskeyword+=-
" Do not automatically insert <EOL> at EOF if missing " Do not automatically insert <EOL> at EOF if missing
set nofixendofline set nofixendofline
" Let the cursor move beyond the EOL when in visual-block mode.
set virtualedit+=block
if (exists('g:loaded_gitgutter')) if (exists('g:loaded_gitgutter'))
" Augment the default `foldtext()` with an indicator whether the folded " Augment the default `foldtext()` with an indicator whether the folded