1
0
nvim-config/core/visual.vim

5 lines
134 B
VimL

" allow the cursor to be positioned where no characters are in virtual block mode
if has('virtualedit')
set virtualedit=block
endif