rvaiya / warpd

A modal keyboard-driven virtual pointer
MIT License
2.9k stars 131 forks source link

How to restore hint mode behavior displaying both selected row & column as seen in readme gif? #226

Open codeanpeace opened 1 year ago

codeanpeace commented 1 year ago

After a fresh install on MacOS, hint mode does not behave like hint mode gif in the readme where both the chosen row and column are shown upon choosing a hint.

Instead, upon typing the first character, it just shows the selected column filtering out the other columns. The behavior in the gif is really useful when pair programming/collaborating in person. The progressive filtering of other columns upon the first keystroke is a nice improvement, but it'd be great to have the selected row flash upon second keystroke to make it easy for others to hone in on it.

For the time being, is there a way to configure the behavior shown in the hint mode gif on the readme? Thanks!