summaryrefslogtreecommitdiffstats
path: root/pkg/gui
diff options
context:
space:
mode:
authorhitsuji_no_shippo <hitsujinoshippoequalsheeptail@gmail.com>2020-03-05 09:38:16 +0900
committerJesse Duffield <jessedduffield@gmail.com>2020-03-11 19:43:22 +1100
commit2169b5109f508a28848ced699f698ca3e4ed2c49 (patch)
tree5eaccbb5aad3e02741fced82c11983b15e591868 /pkg/gui
parent4a2292a53c72a0f61fc095d25c7ae93af295b441 (diff)
add search keybings in docs
Diffstat (limited to 'pkg/gui')
-rw-r--r--pkg/gui/keybindings.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index dfc2513fa..0fb196aa3 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -334,6 +334,13 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Description: gui.Tr.SLocalize("prevScreenMode"),
},
{
+ ViewName: "",
+ Key: gui.getKey("universal.startSearch"),
+ Modifier: gocui.ModNone,
+ Handler: gui.handleOpenSearch,
+ Description: gui.Tr.SLocalize("startSearch"),
+ },
+ {
ViewName: "status",
Key: gui.getKey("universal.openFile"),
Modifier: gocui.ModNone,