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 c2f540c5f81629ac22b32352cb4a8f0b38277929
parent eae9d41c939542d144527ffa365266f45f0e1947
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri,  6 Oct 2017 15:37:10 -0400

use output from ksexpand to determine bibliogrpahy path

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

diff --git a/links/.vim/keybinds.vim b/links/.vim/keybinds.vim @@ -59,7 +59,7 @@ nmap <leader>" :split nmap <leader>C :e $MYVIMRC<CR> "nmap <leader>T :e ~/doc/todo.org<CR> nmap <leader>T :e ~/doc/todo.md<CR> -nmap <leader>B :e ~/texmf/bibtex/bib/myfiles/BIB.bib<CR> +nmap <leader>B :e `kpsexpand '$TEXMFHOME'`/bibtex/bib/myfiles/BIB.bib<CR> nmap <leader>A :e ~/articles/articles.rst<CR> nmap <leader>r :read !scholarref.py