vimrc: amend listchars

This commit is contained in:
surtur 2022-07-21 11:49:22 +02:00
parent 0c14bd626d
commit 367983631a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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