summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 2ff4c0b..5e55073 100644
--- a/.vimrc
+++ b/.vimrc
@@ -2,6 +2,10 @@
" GENERAL
" =======================================================
+" load the pathogen-style plugins
+call pathogen#runtime_append_all_bundles()
+call pathogen#helptags()
+
" Colorscheme
colorscheme desert
@@ -69,10 +73,11 @@ cnoremap <Right> <Space><BS><Right>
" =======================================================
" Some maps
-map <C-F12> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR>
+map <C-F10> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR>
nmap <silent> <F12> :Tlist<CR>
nmap <silent> <F11> :TlistUpdate<CR>
nmap <silent> <F4> :ls<CR>:buf
+map <C-F12> :GundoToggle<CR>
map <C-Tab> gt
map <C-S-Tab> gT
imap <S-Tab> <C-X><C-O>