In Vim by default when you enter :e and hit the up arrow, it shows a list of files previously opened using the :e command. Is there a way to add files that I’ve opened from the terminal via vim <filename> to this list as well?
In Vim by default when you enter :e and hit the up arrow, it
Share
One possibility:
Explanation:
Put that command in your
vimrcfile and try.