summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-09-07 21:41:19 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-09-07 21:41:19 +0200
commit52adfcc4ff9982f6d6f6e1f7c00b20a4826e47e1 (patch)
tree20381ddc354c4c240d74217b2afc90a5e1df3e1f /.vimrc
parent895dd315b355ee82d52106345d6b72e47fd97f80 (diff)
downloaddotfiles-52adfcc4ff9982f6d6f6e1f7c00b20a4826e47e1.tar.gz
dotfiles-52adfcc4ff9982f6d6f6e1f7c00b20a4826e47e1.tar.xz
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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