Is it possible to show amount of results instead or alongside of mode (<S-Tab> plain)?
╭ Grep ───────────────────────────────────────────────────────╮ Preview ─────────────────────────────────╮
│ │ 1 No preview available │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ Start typing to search file contents... │ │
│ │ │
│ Tips: │ │
│ "pattern *.rs" search only in Rust files │ │
│ "pattern /src/" limit search to src/ directory │ │
│ "!test pattern" exclude test files │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
│ │ │
├─────────────────────────────────────────────────────────────┤ │
│> <S-Tab> plain │ results: 0 │ │
╰─────────────────────────────────────────────────────────────╯──────────────────────────────────────────╯
Somethings like this (results: 0).
Options can be implemented like this:
opts = {
prompt = {
vim_mode = true,
title = '> ',
results_format = '🪿 %s'
}
}
@dmtrKovalenko I'm happy to open a PR. Want to hear your opinion on the idea.
Is it possible to show amount of results instead or alongside of mode (
<S-Tab> plain)?Somethings like this (
results: 0).Options can be implemented like this:
@dmtrKovalenko I'm happy to open a PR. Want to hear your opinion on the idea.