Use unicode escape characters for `listchars`

Make cut and pasted easier in multi-system environments
This commit is contained in:
André Stemmet 2020-08-05 12:31:25 +01:00 committed by GitHub
parent a0beef204a
commit 159227f63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -46,7 +46,7 @@ set tabstop=8
set softtabstop=2
set expandtab
set encoding=utf-8
set listchars=trail:▭,extends:↲,precedes:↱,nbsp:▂,tab:╙─╖
exec "set listchars=trail:\u2241,extends:\u22F1,precedes:\u22F0,nbsp:\u2241,tab:\u227B\u22EF,eol:\u22B2,conceal:\u2219"
set list
set ignorecase
set infercase