add listchars + F6 toggle of listchars

This commit is contained in:
2023-06-07 11:25:52 +02:00
parent 2d3b0083b0
commit 13a72d0c6b

6
vimrc
View File

@@ -58,8 +58,10 @@ set tabstop=3
set softtabstop=3 set softtabstop=3
set smarttab set smarttab
set smartindent set smartindent
" show tabs / nbsp / trailing spaces " show tabs / nbsp / spaces
"set list listchars=nbsp:▶,tab:··,trail:¤,extends:▶,precedes:◀ set listchars=nbsp:▶,tab:··,trail,extends:▶,precedes:◀,space:␣
noremap <F6> :set list! list? <CR>
inoremap <F6> <C-O>:set list! list? <CR>
set nohlsearch set nohlsearch
set showmatch set showmatch