vimrc: amend listchars
This commit is contained in:
parent
0c14bd626d
commit
367983631a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user