master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 6eba3c6f3a - Show all commits

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>',
},
}) })