This commit is contained in:
Christian Nieves
2023-03-20 15:47:17 -05:00
parent fcbb91f25e
commit 5a14fe163c
5 changed files with 78 additions and 13 deletions

View File

@ -41,8 +41,8 @@ end
local map = require("utils").map
-- here are some mappings you might want:
map('n', '[c', [[<Cmd>GoogleCommentsGotoNextComment<CR>]])
map('n', ']c', [[<Cmd>GoogleCommentsGotoPrevComment<CR>]])
map('n', ']c', [[<Cmd>GoogleCommentsGotoNextComment<CR>]])
map('n', '[c', [[<Cmd>GoogleCommentsGotoPrevComment<CR>]])
map('n', '<Leader>nc', [[<Cmd>GoogleCommentsGotoNextComment<CR>]])
map('n', '<Leader>pc', [[<Cmd>GoogleCommentsGotoPrevComment<CR>]])