Neovim: swapped p to be push and P to be pull in neogit

This commit is contained in:
Kyren223
2024-07-14 11:29:25 +03:00
parent b436963816
commit e4013db1bf
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ require('neogit').setup({
['<C-y>'] = 'Submit',
['<C-n>'] = 'Abort',
},
popup = {
['p'] = 'PushPopup', -- P for push
['P'] = 'PullPopup', -- shift P for Pull
},
},
})
require('octo').setup()