Set symbols for spaces, tabs ...

This commit is contained in:
Oliver Hartmann 2019-07-03 09:34:47 +02:00
parent d542bc5863
commit e3ec3b65ea

View File

@ -69,6 +69,10 @@ if has("win32")
let g:loaded_matchparen = 1
end
set listchars=eol,tab:>·,trail:~,extends:>,precedes:<,space:␣
set listchars=eol:⏎,tab:␉·,trail:␠,nbsp:⎵
set listchars=tab:>.,trail:.,extends:#,nbsp:.
" set clipboard+=unnamedplus " use system clipboard
" " Copy to clipboard
vnoremap <leader>y "+y