From 828b6dc5e484e46a78a1b8b973e357c09d678bc7 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 2 May 2017 11:59:34 +0200 Subject: found a less disturbing utf-8 char for tabs --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index e733275..ebd74e9 100644 --- a/vimrc +++ b/vimrc @@ -21,7 +21,7 @@ Plug 'airblade/vim-rooter' | " makes :lcd changes to nnoremap :ToggleBufExplorer nnoremap :ScratchPreview -nnoremap :syntax sync fromstart|:nohlsearch +nnoremap :syntax sync fromstart:nohlsearch " AIRLINE: ===========================================. @@ -314,9 +314,9 @@ if has("multi_byte") set listchars+=extends:» | " symbols used when using :set list (which displays non-printable chars) set listchars+=precedes:« | " symbols used when using :set list (which displays non-printable chars) - set listchars+=tab:▸\ | " symbols used when using :set list (which displays non-printable chars) + set listchars+=tab:˲\ | " symbols used when using :set list (which displays non-printable chars) set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars) - set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) + " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars) set showbreak+=› | " symbol used in the beginning of a wrapped line set list -- cgit v1.2.3