rhysd / clever-f.vim

Extended f, F, t and T key mappings for Vim.
https://rhysd.github.io/clever-f.vim
1.01k stars 44 forks source link

[long shot feature request] Prefer the character focused by user's eye #78

Open jidhub opened 6 months ago

jidhub commented 6 months ago

This feature request is for people with a webcam that gives information about what character the user is currently focusing his eyes to. Then f would select chars that are closest to this focused character.

If the webcam also gives information about a confidence region containing characters that the user is looking at, f would try to prefer to underline characters that are in that confidence region but farthest to the already underlined characters.