dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit fe79bcd5a6761204f74379416c43248444aa51d4
parent 7a886b943caf0b32e48d183d20aa4d459245585c
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Sun, 30 Apr 2017 09:05:18 -0400

reenable invisible characters

Diffstat:
M.vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -257,8 +257,8 @@ set hlsearch " highlight search matches set ignorecase " case-insensitive search set incsearch " search as you type set laststatus=2 " always show the statusline -"set list " enable rendering of invisible characters -"set listchars=tab:▸\ ,eol:¬ " Use symbols for tab and end-of-line +set list " enable rendering of invisible characters +set listchars=tab:▸\ ,eol:¬ " Use symbols for tab and end-of-line set number " set linenumbering ON as default set relativenumber " set relative linenumbering ON as default set pastetoggle=<F2> " toggle paste mode