Skip to content

Remove default mappings #1

Description

@balki

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. 👍

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions