mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: update keymaps
This commit is contained in:
parent
8858805258
commit
6bb41f1c88
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ return {
|
|||
{ '<leader>gs', '<cmd>Git status<cr>', desc = 'Git status' },
|
||||
{ '<leader>gl', '<cmd>Git log<cr>', desc = 'Git log' },
|
||||
{ '<leader>gL', '<cmd>Git log %<cr>', desc = 'Git log current file' },
|
||||
{ '<leader>gr', '<cmd>Git reset_hunk %<cr>', desc = 'Reset section where the cursor is' },
|
||||
},
|
||||
gitsigns = {
|
||||
{ '<leader>gp', '<cmd>Gitsigns preview_hunk<cr>', desc = 'Git preview diff' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue