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 fa7cda1f7aa3d529b8cdfdee5a622fd77c513ef1
parent 98e9364515cc4d74f97bbb87d419bbafa4d0f935
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 15 Jan 2019 10:22:17 +0100

Point to source path for bibtex file

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

diff --git a/links/.vim/plugin/keybinds.vim b/links/.vim/plugin/keybinds.vim @@ -53,7 +53,7 @@ nnoremap <leader>CK :e ~/.vim/plugin/keybinds.vim<CR> nnoremap <leader>CA :e ~/.vim/plugin/appearance.vim<CR> 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> +nnoremap <leader>B :e ~/articles/own/BIB.bib<CR> nnoremap <leader>r :ScholarRef