commit 8060082b679e2715499c49ddc55bf1620be57834 parent f1c17e83c17a27e5ee3d04c608e549ab8d0dc381 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Wed, 24 Jun 2020 16:21:49 +0200 vim: open file in path from bib file Former-commit-id: 89fab050ce8b43ca379990cc8ba59d15273f765a Diffstat:
A | vim/after/ftplugin/bib.vim | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/vim/after/ftplugin/bib.vim b/vim/after/ftplugin/bib.vim @@ -0,0 +1,2 @@ +command! BibOpenFile exe 'call system("open '.findfile(expand("<cfile>")).'")' +nnoremap go :BibOpenFile<CR>