coqtop with Vim.
Start coqtop.
Quit coqtop.
Go to current line just like Go to cursor
in CoqIDE.
But do not backward now.
Restart coqtop.
Go to next line.
Back to previous line.
Do SearchAbout command.
Define g:coqdo_default_key_mapping
to enable default key mapping.
For example let g:coqdo_default_key_mapping = 1
.
Coqdo command | key mapping |
---|---|
CoqdoQuit |
<LocalLeader>q |
CoqdoGoto |
<LocalLeader>g |
CoqdoClear |
<LocalLeader>c |
CoqdoForward |
<LocalLeader>j |
CoqdoBackward |
<LocalLeader>k |