Changed Whitespaces trailling

This commit is contained in:
Marco Thomas
2019-12-20 11:22:03 +01:00
parent c3a9905230
commit 6b9d1906bb

View File

@@ -78,8 +78,8 @@ set smartindent
" Whitespaces
set list
"hi SpecialKey ctermbg=Darkgray " colored tabs
set list listchars=tab:>-,trail:\\ " default
" ADD JUST TRAILING HERE " just trailing
"set listchars=tab:>-,trail:\\ " default
set listchars=tab:»\ ,extends:,precedes:,nbsp,trail
" Search
set incsearch
@@ -93,7 +93,6 @@ cmap Wq wq
cmap Q q
cmap W w
cmap q1 q!
map <C-t> :NERDTreeToggle<CR>
map <F2> :NERDTreeToggle<CR>