ryuta-ito / coqtop-vim

Interact with coqtop within Vim
0 stars 0 forks source link

coqtop-vim

Interact with coqtop within Vim.

install

usage

:CoqStart to start coqtop.

To prevent default local mappings, do :let g:coqtop_no_default_mappings = 1.

:CoqGoto

Goto this line. You can go both forward and backward.

Mapped to <LocalLeader>g (in normal mode) and <C-g> (in insert mode) by default.

:CoqClear

Clear current session.

Mapped to <LocalLeader>c by default.

:CoqQuit

Quit coqtop-vim.

Mapped to <LocalLeader>q by default.

:CoqPrint

Same as Print vernacular command.

Mapped to <LocalLeader>p by default.

:CoqSearchAbout

Same as SearchAbout vernacular command.

Mapped to <LocalLeader>a by default.