summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-02-24 21:55:51 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-02-24 22:04:39 +1100
commit2a5763a77190a579ae3cb57926a0d907964fcccb (patch)
tree000af22e5ae25df3eee9a07a803fd18f60807489 /pkg/gui/keybindings.go
parent370cec098b8e51bcc06f4db947d7e71434f76b54 (diff)
switch custom command keybinding to ':'
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 14d8e1297..3286c702e 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -451,7 +451,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Description: gui.Tr.SLocalize("fetch"),
},
{
- ViewName: "files",
+ ViewName: "",
Key: gui.getKey("universal.executeCustomCommand"),
Modifier: gocui.ModNone,
Handler: gui.handleCustomCommand,