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 138f4819bc44a3489eb332543609af057ced9b26
parent f6cb226ac1e5a1074f8b8b84486169d06edc91b3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 26 Mar 2019 09:26:03 +0100

Add keybind for Vim general configuration file

Diffstat:
Mlinks/.vim/plugin/keybinds.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.vim/plugin/keybinds.vim b/links/.vim/plugin/keybinds.vim @@ -51,6 +51,7 @@ nnoremap <leader>CC :e $MYVIMRC<CR> nnoremap <leader>CO :e ~/.vim/plugin/ nnoremap <leader>CK :e ~/.vim/plugin/keybinds.vim<CR> nnoremap <leader>CA :e ~/.vim/plugin/appearance.vim<CR> +nnoremap <leader>CG :e ~/.vim/plugin/00-general.vim<CR> nnoremap <leader>CP :e ~/.vim/plugins.vim<CR> nnoremap <leader>T :e ~/doc/todo.md<CR> nnoremap <leader>B :e ~/articles/own/BIB.bib<CR>