summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorFarzad Majidfayyaz <farzadmf@users.noreply.github.com>2020-11-17 22:08:32 -0500
committerJesse Duffield <jessedduffield@gmail.com>2020-11-19 09:43:51 +1100
commit74bb6f001286e254fad3c76fa9e1b05c6b4f5004 (patch)
treee6b42415d2c19bea922ca7dcc70a3ecd00dfe118 /pkg/config
parent79888d3bdeae57bad17db4b0716a5f59e7c2df31 (diff)
Change copy PR mapping to <c-y> and use gui.Tr for the message
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index be13eaeff..216869f19 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -384,7 +384,7 @@ func GetDefaultConfig() *UserConfig {
Fetch: "f",
},
Branches: KeybindingBranchesConfig{
- CopyPullRequestURL: "c",
+ CopyPullRequestURL: "<c-y>",
CreatePullRequest: "o",
CheckoutBranchByName: "c",
ForceCheckoutBranch: "F",