summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 40c3f8c..ee30078 100644
--- a/.vimrc
+++ b/.vimrc
@@ -80,8 +80,8 @@ nnoremap k gk
noremap <F2> :NERDTreeToggle<CR>
inoremap <F2> <ESC>:NERDTreeToggle<CR>
-noremap <C-f> :FuzzyFinderFile<CR>
-inoremap <C-f> <ESC>:FuzzyFinderFile<CR>
+noremap <C-f> :FufFile<CR>
+inoremap <C-f> <ESC>:FufFile<CR>
"noremap <C-b> :FuzzyFinderBuffer<CR>
"inoremap <C-b> <ESC>:FuzzyFinderBuffer<CR>
@@ -134,6 +134,9 @@ endfun
map <F12> <ESC>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 <C-Right>=Oc