added some octo keymaps

This commit is contained in:
Oliver Hartmann 2022-05-13 15:00:21 +02:00
parent 3b66cc0b3c
commit 6eba3c6f3a

View File

@ -192,6 +192,18 @@ command_center.add({
{ 'n', '<c-p>', silent_noremap }, { 'n', '<c-p>', silent_noremap },
}, },
}, },
{
description = 'Github list PRs',
cmd = '<CMD>Octo pr list<CR>',
},
{
description = 'Github checkout PR',
cmd = '<CMD>Octo pr checkout<CR>',
},
{
description = 'Github open PR in browser',
cmd = '<CMD>Octo pr browser<CR>',
},
}) })