Many users have ]c and others mapped to next git change in the file. These mappings break that workflow
" Add quickfix navigation helpers
nnoremap ]c :cnext<CR>
nnoremap [c :cprev<CR>
nnoremap ]C :clast<CR>
nnoremap [C :cfirst<CR>
Consider using <Plug> for these mappings and would be nice to have an option to disable them
" Create mappings (customize as needed)
nnoremap <leader>prc :PRCommentsOpen<CR>
nnoremap <leader>prr :PRCommentsReload<CR>
nnoremap <leader>pra :PRCommentsAll<CR>
Thank you for the plugin! This is exactly what I wanted. 👍
Many users have
]cand others mapped to next git change in the file. These mappings break that workflowConsider using
<Plug>for these mappings and would be nice to have an option to disable themThank you for the plugin! This is exactly what I wanted. 👍