aboutsummaryrefslogtreecommitdiffstats
path: root/baseline
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-07-02 04:57:01 +0000
committerterminaldweller <thabogre@gmail.com>2021-07-02 04:57:01 +0000
commit9e1780717f603e5aa01d68afe37841d0b84f271b (patch)
treec7bb6193cf4271202b7653ddd2b1cc37e503f46f /baseline
parentso many things (diff)
downloadscripts-9e1780717f603e5aa01d68afe37841d0b84f271b.tar.gz
scripts-9e1780717f603e5aa01d68afe37841d0b84f271b.zip
update
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>