Comment on Coming Home to VimComments−patrickod14yDoes anyone know what the author is using to display carriage returns at the end of each line?−bcrescimanno14ySee: https://github.com/sjl/dotfiles/blob/master/vim/vimrc#L35−Olreich14yin ~/.vimrc : set list set listchars=tab:▸\ ,eol:¬ it's in the getting started section.−patrickod14yThanks! Don't know how I missed that
Comments
Does anyone know what the author is using to display carriage returns at the end of each line?
See: https://github.com/sjl/dotfiles/blob/master/vim/vimrc#L35
in ~/.vimrc :
it's in the getting started section.Thanks! Don't know how I missed that