From 6eba3c6f3aa9259a6510d69f60effb34bfda6e86 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 13 May 2022 15:00:21 +0200 Subject: [PATCH] added some octo keymaps --- lua/setup/my_command_center.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lua/setup/my_command_center.lua b/lua/setup/my_command_center.lua index f86f973..9d8eb91 100644 --- a/lua/setup/my_command_center.lua +++ b/lua/setup/my_command_center.lua @@ -192,6 +192,18 @@ command_center.add({ { 'n', '', silent_noremap }, }, }, + { + description = 'Github list PRs', + cmd = 'Octo pr list', + }, + { + description = 'Github checkout PR', + cmd = 'Octo pr checkout', + }, + { + description = 'Github open PR in browser', + cmd = 'Octo pr browser', + }, })