vimrc: hide listchars by default

This commit is contained in:
surtur 2022-07-21 12:02:47 +02:00
parent 367983631a
commit c1b7cf3ca0
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -711,7 +711,7 @@ set lazyredraw " don't redraw while executing macros (good perfor
set ttyfast
set listchars=trail:•,tab:>-,nbsp:☣,eol,extends:,precedes:
set list " show/hide tabs and EOL chars (hidden characters)
set nolist " 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
set wildmode=longest:longest,full