diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |