diff --git a/.vim/vimrc b/.vim/vimrc index c575592..6e4f926 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -710,7 +710,7 @@ set splitbelow splitright " splits open at bottom and right set lazyredraw " don't redraw while executing macros (good performance config) set ttyfast -set listchars=trail:•,tab:>- +set listchars=trail:•,tab:>-,nbsp:☣,eol:¬,extends:❯,precedes:❮ set list " show/hide tabs and EOL chars (hidden characters) set confirm " ask confirmation like save before quit. set wildmenu " Tab completion menu when using command mode