Jelmerro / Vieb

Vim Inspired Electron Browser - Vim bindings for the web by design
https://vieb.dev
GNU General Public License v3.0
1.33k stars 65 forks source link

Show the search result count like in vimium c while searching in the taskbar somewhere. #570

Open mhmd-cli opened 1 month ago

mhmd-cli commented 1 month ago

Checklist

Addition or change [TODO describe the feature you want to be added, or an existing feature that needs refinement.] While in search mode using "/", the search feature doesn't show me which search count I'm at, which means while searching, it gets confusing if result n has been read or not after pressing n.

Alternatives considered [TODO A description of alternative solutions or features you've considered, and why they don't suffice.] Making a fork of vieb and implementing the feature. I don't have any experience with electron:/ Adding a Monkeyscript alternative for example wouldn't work as naturally as if the count was in the topbar or sipmly doesn't look as nice. Completely switching out browsers to use something like firefox + vimium c. Does work, but its inneficient and same issue as before that the extension has issues.