Go to file
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
doc Added documentation skeleton 2018-08-17 12:25:08 +02:00
plugin Multiple cites are put in one \cite{}. Correct bibtex ref 2018-10-26 14:26:28 +02:00
.gitignore Added .gitignore 2018-08-17 12:28:00 +02:00
README.md Added information about :help papis 2018-08-17 12:25:40 +02:00

The papis-vim package

This package provides Vim support for Papis, command-line based bibliography manager.

Screencast

Install

This package depends on fzf.vim.

Using Vundle

Add these lines to the .vimrc:

Plugin 'junegunn/fzf'
Plugin 'git@github.com:papis/papis-vim.git'

Usage

The :Papis command will open a search window for your bibliographic database. Enter command will insert citation for the selected record in the current buffer.

Documentation

For more information, execute :help papis in Vim.