mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
Filter is now called find
This commit is contained in:
parent
47b24f66d0
commit
37a9b6846f
2 changed files with 3 additions and 3 deletions
|
|
@ -462,7 +462,7 @@ func newStashModel(common *commonModel) stashModel {
|
|||
ni.Focus()
|
||||
|
||||
si := textinput.NewModel()
|
||||
si.Prompt = stashTextInputPromptStyle("Filter: ")
|
||||
si.Prompt = stashTextInputPromptStyle("Find: ")
|
||||
si.CursorColor = lib.Fuschia.String()
|
||||
si.CharLimit = noteCharacterLimit
|
||||
si.Focus()
|
||||
|
|
|
|||
|
|
@ -142,9 +142,9 @@ func (m stashModel) helpView() (string, int) {
|
|||
|
||||
// If we're browsing a filtered set
|
||||
if m.filterState == filterApplied {
|
||||
filterHelp = []string{"/", "edit filter", "esc", "clear filter"}
|
||||
filterHelp = []string{"/", "edit search", "esc", "clear search"}
|
||||
} else {
|
||||
filterHelp = []string{"/", "filter"}
|
||||
filterHelp = []string{"/", "find"}
|
||||
}
|
||||
|
||||
if isStashed {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue