From 55e492cd8f23cb3d31380d029b97b8568a78e1bd Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Wed, 16 Feb 2022 15:26:50 +0000 Subject: [PATCH] vim: disable eol $ marker This provides little value and causes clickable links inside Vim to take the $ symbol with them into browsers, which outweighs the small gain. Text is visibly more readable without it, too. Signed-off-by: Joe Groocock --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index a1d4f61..a8c49fc 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -70,7 +70,7 @@ set splitright " Vertical split to right of current. " Whitespace highlight settings set list -set listchars=eol:$,space:·,tab:>-,trail:◦,extends:▶,precedes:◀ +set listchars=space:·,tab:>-,trail:◦,extends:▶,precedes:◀ highlight SpecialKey ctermfg=8 set cc=+1