From 367983631a9ac1066cc2a1379f1d5687387d45aa Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 21 Jul 2022 11:49:22 +0200 Subject: [PATCH] vimrc: amend listchars --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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