mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Introduce filtered list view model
We're going to start supporting filtering of list views
This commit is contained in:
@ -693,9 +693,7 @@ func (self *LocalCommitsController) openSearch() error {
|
||||
}
|
||||
}
|
||||
|
||||
self.c.OpenSearch()
|
||||
|
||||
return nil
|
||||
return self.c.Helpers().Search.OpenSearchPrompt(self.context())
|
||||
}
|
||||
|
||||
func (self *LocalCommitsController) gotoBottom() error {
|
||||
|
Reference in New Issue
Block a user