diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-02 04:57:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-02 04:57:01 +0000 |
commit | 9e1780717f603e5aa01d68afe37841d0b84f271b (patch) | |
tree | c7bb6193cf4271202b7653ddd2b1cc37e503f46f /baseline | |
parent | so many things (diff) | |
download | scripts-9e1780717f603e5aa01d68afe37841d0b84f271b.tar.gz scripts-9e1780717f603e5aa01d68afe37841d0b84f271b.zip |
update
Diffstat (limited to 'baseline')
-rw-r--r-- | baseline/.vimrc | 2 |
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> |