aboutsummaryrefslogtreecommitdiff
path: root/vim/config/visual.vim
blob: 8bac2cf152bb3cf9390e571c62f78d2857822ebc (plain) (blame)
1
2
3
4
5
" When in visual block mode, let me move the cursor anywhere in the buffer;
" don't restrict me only to regions with text
if has('virtualedit')
  set virtualedit+=block
endif