1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

add search keybings in docs

This commit is contained in:
hitsuji_no_shippo
2020-03-05 09:38:16 +09:00
committed by Jesse Duffield
parent 4a2292a53c
commit 2169b5109f
5 changed files with 13 additions and 0 deletions

View File

@ -333,6 +333,13 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Handler: gui.prevScreenMode,
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"),