From 231f737ebfdd8330dc3ef8f7749140deff5f3220 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 26 Mar 2015 12:40:27 -0400 Subject: [PATCH] Pull in some settings that were previously project specific. Finding the list characters more generally useful as well as the bindings to toggle the plugins that do useful things in splits. --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index a7fb60a..fc1eb14 100644 --- a/vimrc +++ b/vimrc @@ -27,5 +27,9 @@ set backspace=start,indent,eol set textwidth=80 set anti enc=utf-8 set listchars+=nbsp:¬ +set listchars+=tab:»·,trail:· + +nmap :TagbarToggle +nmap :NERDTreeToggle color desert