1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00

softcode keybinding

This commit is contained in:
Jesse Duffield 2022-02-27 16:22:04 +11:00
parent ea503633aa
commit 36c149836a

View File

@ -51,7 +51,7 @@ func (self *FilesController) GetKeybindings(opts types.KeybindingsOpts) []*types
Description: self.c.Tr.LcToggleStaged,
},
{
Key: opts.GetKey("<c-b>"), // TODO: softcode
Key: opts.GetKey(opts.Config.Files.OpenStatusFilter),
Handler: self.handleStatusFilterPressed,
Description: self.c.Tr.LcFileFilter,
},