Neovim: swapped p to be push and P to be pull in neogit
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user