Changed Whitespaces trailling

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

View File

@@ -49,7 +49,7 @@ set colorcolumn=80
" Numbers at the left side " Numbers at the left side
set number set number
:highlight LineNr ctermfg=gray "color :highlight LineNr ctermfg=gray "color
" set relativenumber "set relativenumber
" Parathesis highlighting " Parathesis highlighting
set showmatch set showmatch
@@ -60,7 +60,7 @@ set noswapfile
set confirm "cant quit wo saving set confirm "cant quit wo saving
"set showmode " shows editing mode in status "set showmode " shows editing mode in status
set noshowmode " reverse of above set noshowmode " reverse of above
" set showcmd " shows commands in status "set showcmd " shows commands in status
set noshowcmd " reverse of above set noshowcmd " reverse of above
set encoding=utf-8 set encoding=utf-8
set mouse=a set mouse=a
@@ -78,8 +78,8 @@ set smartindent
" Whitespaces " Whitespaces
set list set list
"hi SpecialKey ctermbg=Darkgray " colored tabs "hi SpecialKey ctermbg=Darkgray " colored tabs
set list listchars=tab:>-,trail:\\ " default "set listchars=tab:>-,trail:\\ " default
" ADD JUST TRAILING HERE " just trailing set listchars=tab:»\ ,extends:,precedes:,nbsp,trail
" Search " Search
set incsearch set incsearch
@@ -93,7 +93,6 @@ cmap Wq wq
cmap Q q cmap Q q
cmap W w cmap W w
cmap q1 q! cmap q1 q!
map <C-t> :NERDTreeToggle<CR> map <C-t> :NERDTreeToggle<CR>
map <F2> :NERDTreeToggle<CR> map <F2> :NERDTreeToggle<CR>