aboutsummaryrefslogtreecommitdiffstats
path: root/baseline
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--baseline/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/baseline/.vimrc b/baseline/.vimrc
index 3cbbdb1..94d49a1 100644
--- a/baseline/.vimrc
+++ b/baseline/.vimrc
@@ -18,6 +18,7 @@ Plugin 'majutsushi/tagbar'
Plugin 'ludovicchabant/vim-gutentags'
Plugin 'mbbill/undotree'
Plugin 'tpope/vim-commentary'
+Plugin 'wellle/context.vim'
call vundle#end()
filetype plugin indent on
@@ -94,6 +95,7 @@ map <F13> <S-F10>
map! <F13> <S-F10>
nnoremap <F10> :vsp<cr>
nnoremap <S-F10> :sp<cr>
+nnoremap <F5> :ContextToggle<CR>
set pastetoggle=<F11>
nnoremap <leader>cd :cd %:p:h<cr>
nmap ]c :cn<CR>