dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit a16787d22609590734bdd528303c636d9dc9177a
parent 54dc33b680b60c5a9c74672eb491f2824181565f
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue,  2 Jan 2018 13:36:32 -0500

Add further keybinds for editing other vimrc files

Diffstat:
Mlinks/.vim/plugin/keybinds.vim | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/links/.vim/plugin/keybinds.vim b/links/.vim/plugin/keybinds.vim @@ -53,7 +53,9 @@ nnoremap <leader>% :vsplit nnoremap <leader>" :split " shortcuts to commonly used files -nnoremap <leader>C :e $MYVIMRC<CR> +nnoremap <leader>CC :e $MYVIMRC<CR> +nnoremap <leader>CO :e ~/.vim/plugin/ +nnoremap <leader>CP :e ~/.vim/plugins.vim<CR> nnoremap <leader>T :e ~/doc/todo.md<CR> nnoremap <leader>B :e `kpsexpand '$TEXMFHOME'`/bibtex/bib/myfiles/BIB.bib<CR>