From 0e6598adbd7c5321c3e9ec46d303a707d0e5ecbb Mon Sep 17 00:00:00 2001 From: Denis Palashevskii Date: Wed, 21 Apr 2021 15:23:36 +0400 Subject: Implement pull request options menu --- pkg/config/user_config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/config') diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index d373b74f1..38259f6f2 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -193,6 +193,7 @@ type KeybindingFilesConfig struct { type KeybindingBranchesConfig struct { CreatePullRequest string `yaml:"createPullRequest"` + ViewPullRequestOptions string `yaml:"viewPullRequestOptions"` CopyPullRequestURL string `yaml:"copyPullRequestURL"` CheckoutBranchByName string `yaml:"checkoutBranchByName"` ForceCheckoutBranch string `yaml:"forceCheckoutBranch"` @@ -437,6 +438,7 @@ func GetDefaultConfig() *UserConfig { Branches: KeybindingBranchesConfig{ CopyPullRequestURL: "", CreatePullRequest: "o", + ViewPullRequestOptions: "O", CheckoutBranchByName: "c", ForceCheckoutBranch: "F", RebaseBranch: "r", -- cgit v1.2.3