From 6b9d1906bbf8c20ec63cfa531e9fd217de028662 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 20 Dec 2019 11:22:03 +0100 Subject: [PATCH] Changed Whitespaces trailling --- dotfiles/vimrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 274e1b9..3c187e7 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -49,7 +49,7 @@ set colorcolumn=80 " Numbers at the left side set number :highlight LineNr ctermfg=gray "color -" set relativenumber +"set relativenumber " Parathesis highlighting set showmatch @@ -60,7 +60,7 @@ set noswapfile set confirm "cant quit wo saving "set showmode " shows editing mode in status set noshowmode " reverse of above -" set showcmd " shows commands in status +"set showcmd " shows commands in status set noshowcmd " reverse of above set encoding=utf-8 set mouse=a @@ -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 :NERDTreeToggle map :NERDTreeToggle