vimrc: hide listchars by default
This commit is contained in:
parent
367983631a
commit
c1b7cf3ca0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user