summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 7397aa8d2..0387b6028 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -239,6 +239,12 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Handler: gui.handleGitFetch,
Description: gui.Tr.SLocalize("fetch"),
}, {
+ ViewName: "files",
+ Key: 'X',
+ Modifier: gocui.ModNone,
+ Handler: gui.handleCustomCommand,
+ Description: gui.Tr.SLocalize("executeCustomCommand"),
+ }, {
ViewName: "branches",
Key: gocui.KeySpace,
Modifier: gocui.ModNone,