Commit Graph

6 Commits

Author SHA1 Message Date
c2d20b238e
fix: make list of citations in fzf work again
The command used by fzf for listing citations was not working anymore
because the command used in fzf is launching an interactive selector.

Therefore , the --all option have been added in order to mitigate the
issue.

This is a dirty workaround
2020-02-23 05:21:08 +01:00
Klaas Gunst
6a3048eee2 Changed README, added automatic detection of used backend 2018-11-28 21:04:37 +01:00
Klaas Gunst
108946be28 Added PapisView
PapisView: when cursor on a citation, opens the pdf through papis
normal! everywhere also, to make that the command does not use
userdefined mappings.
2018-10-29 10:06:29 +01:00
Klaas Gunst
3ef9699528 Improved citation adding when inside \cite{}
When inside a cite body, the citation is added to this \cite{} body and
no new body is initialized
2018-10-28 00:37:14 +02:00
Klaas Gunst
023cdd322a Multiple cites are put in one \cite{}. Correct bibtex ref
If you select multiple papers at once, they are put in the same cite
bracket (comma separated). "/" is substituted out of the id. Since this
also happens for the bibtex refs.
2018-10-26 14:26:28 +02:00
Michal Hoftich
471e93d294 Initial commit 2018-08-16 23:09:04 +02:00