From f89747451a609484bea0b2b5a004a6c3da66aaeb Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 28 Dec 2021 13:31:20 +1100 Subject: allow opening a commit in the browser --- 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 bcf0374cd..8c1d90a0e 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -246,6 +246,7 @@ type KeybindingCommitsConfig struct { ResetCherryPick string `yaml:"resetCherryPick"` CopyCommitMessageToClipboard string `yaml:"copyCommitMessageToClipboard"` OpenLogMenu string `yaml:"openLogMenu"` + OpenInBrowser string `yaml:"openInBrowser"` } type KeybindingStashConfig struct { @@ -508,6 +509,7 @@ func GetDefaultConfig() *UserConfig { ResetCherryPick: "", CopyCommitMessageToClipboard: "", OpenLogMenu: "", + OpenInBrowser: "o", }, Stash: KeybindingStashConfig{ PopStash: "g", -- cgit v1.2.3