I'm on my macbook using vim, and let's say for simplicity's sake that I have ~/some_file.py
, ~/some_other_file.py
, and ~/user.py
open. On the mac, ~
expands to /Users/<username>
. So if I type in :b user
and then hit tab to expand, it goes through each of the files instead of going straight to ~/user.py
.
Is there any way to prevent this behavior?