summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-11 19:18:11 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-11 19:18:11 +0200
commit63d8549694485f1f16833c2c7fc206f40492250a (patch)
treeaa2c8294788bfe5525c40442a2ead8fe8623d903 /.vimrc
parent17c9fb56433064f0535e2727d2cf4a3f4faeb7d8 (diff)
downloaddotfiles-63d8549694485f1f16833c2c7fc206f40492250a.tar.gz
dotfiles-63d8549694485f1f16833c2c7fc206f40492250a.tar.xz
new plugins and keybindings
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 7d43dbb..fea3c1b 100644
--- a/.vimrc
+++ b/.vimrc
@@ -41,7 +41,13 @@ inoremap <C-c> <esc>:q<cr>a
nnoremap <C-c> :q<cr>
"au VimEnter * :NERDTreeToggle
-map <F2> :NERDTreeToggle<CR>
+noremap <F2> :NERDTreeToggle<CR>
+inoremap <F2> <ESC>:NERDTreeToggle<CR>
+
+noremap <C-f> :FuzzyFinderFile<CR>
+inoremap <C-f> <ESC>:FuzzyFinderFile<CR>
+noremap <C-b> :FuzzyFinderBuffer<CR>
+inoremap <C-b> <ESC>:FuzzyFinderBuffer<CR>
autocmd FileType make setlocal noexpandtab
au FileType python set ts=4 sw=4 softtabstop=4 et