vimrc: add listchars

This commit is contained in:
Franzi 2020-06-21 13:23:06 +02:00
parent 46ffb6008b
commit 26267a1fcd
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 2 additions and 4 deletions

6
.vimrc Executable file → Normal file
View File

@ -16,15 +16,13 @@ set showcmd
set encoding=utf-8
set autowrite
set noautochdir
set list
set listchars=trail:␣,tab:→\ ,extends:>,precedes:<
set hlsearch
map <silent> <c-k> :nohlsearch<CR>
set colorcolumn=72,120
hi colorcolumn ctermbg=NONE ctermfg=red cterm=bold guibg=NONE guifg=red gui=bold
" sudo-write with :w!!
cnoremap w!! w !sudo tee >/dev/null %
au BufRead /tmp/neomutt-* set tw=72
au BufRead /tmp/mutt-* set tw=72