We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
if I type py and press up arrow I want to match python code.py but not vim code.py
py
python code.py
vim code.py
In this substring search, vim code.py obviously matches because py is a substring of vim code.py
I would like a simpler, start-only matcher.
Where does that exist?