From 52adfcc4ff9982f6d6f6e1f7c00b20a4826e47e1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 7 Sep 2012 21:41:19 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- .vimrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 40c3f8c..ee30078 100644 --- a/.vimrc +++ b/.vimrc @@ -80,8 +80,8 @@ nnoremap k gk noremap :NERDTreeToggle inoremap :NERDTreeToggle -noremap :FuzzyFinderFile -inoremap :FuzzyFinderFile +noremap :FufFile +inoremap :FufFile "noremap :FuzzyFinderBuffer "inoremap :FuzzyFinderBuffer @@ -134,6 +134,9 @@ endfun map ggg?G``" apply rot13 for people snooping over shoulder, good fun +highlight ExtraWhitespace ctermbg=red guibg=red +autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL + if !has("gui_running") if &term == "screen" set =Oc -- cgit v1.2.3-24-g4f1b