Go to file
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
doc Added documentation skeleton 2018-08-17 12:25:08 +02:00
plugin Added PapisView 2018-10-29 10:06:29 +01: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.