Moving easier around softwrapped text in VIM.
Put this in the .vimrc.
"Show elipsis for softwrapped lines " Unicode for elipsis: ctrl-v v 2026 set showbreak=… "Moving softwrapped lines vmapgj vmap gk vmap g$ vmap g^ vmap g^ nmap gj nmap gk nmap g$ nmap g^ nmap g^
Adapted from http://vimcasts.org/episodes/soft-wrapping-text/
Leave a Reply