[nvim]feat: add maps for verilog

This commit is contained in:
David JULIEN 2021-10-21 23:47:47 +02:00
parent 08760e3f62
commit 9cb79d2678
1 changed files with 3 additions and 0 deletions

View File

@ -3,8 +3,11 @@
-- License : GPLv3
-- Description : verilog fietype config
utils.map("n", "<C-c>", ":CoqInterrupt<Enter>")
utils.map("n", "<leader>j", ":CoqNext<Enter>")
utils.map("n", "<leader>k", ":CoqUndo<Enter>")
utils.map("n", "<leader><Enter>", ":CoqToLine<Enter>")
utils.map("n", "<leader>a", ":Coq About")
utils.map("n", "<leader>G", ":CoqJumpToEnd")
utils.map("i", "//", "")