Last Updated: February 25, 2016
·
2.672K
· krisajenkins

Prettier Vim Linewrap Markers

You can improve the display
↪of wrapped lines in Vim
↪by adding something like this
↪to your ~/.vimrc file:

set showbreak=↪

(If you have trouble pasting the ↪ character, type <CTRL-V>u21aa in insert mode.)

1 Response
Add your response

For the uninitiated: The u21aa means unicode code-point 21aa http://www.fileformat.info/info/unicode/char/21aa/index.htm

over 1 year ago ·