diff options
Diffstat (limited to 'gui/keybindings.go')
| -rw-r--r-- | gui/keybindings.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/keybindings.go b/gui/keybindings.go index 668fe90..19cb114 100644 --- a/gui/keybindings.go +++ b/gui/keybindings.go @@ -477,6 +477,15 @@ func (gui *Gui) generateKeybindings() error { Description: "Show commit diff", Vital: true, }, + { + View: commitViewFeature.Name, + Key: 'c', + Modifier: gocui.ModNone, + Handler: gui.copyCommitHash, + Display: "c", + Description: "Copy commit hash", + Vital: true, + }, // upstream confirmation { View: confirmationViewFeature.Name, |
