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 3ca17ae565393c25e653b550d3f569e8ed40332d
parent 51009a5b5fc17b9d19c13cd810cdda767c25ff1f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 11 Apr 2019 10:05:58 +0200

Use environment variable for opening bibliography in Vim

Diffstat:
M.vim/plugin/keybinds.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vim/plugin/keybinds.vim b/.vim/plugin/keybinds.vim @@ -54,7 +54,7 @@ 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/BIBnew.bib \| :windo normal G<CR> +nnoremap <leader>b :e $BIB \| :windo normal G<CR> nnoremap <leader>r :read !scholarref