If I've already opened a tab with:
:tabe
Is it possible to load the file in that tab? For example, to do something like:
:o ~/.vimrc
In other words, instead of doing :tabe ~/.vimrc, can I do that in two commands (one to open the new tab and another to open that file)?
:eand:o. For whatever reason,:ewas working for me but not the other... – David542 Apr 15 '20 at 05:26:eis the correct command to use.:openis a legacy command/mode from the original Vi that is emulated in Vim. – filbranden Apr 15 '20 at 05:29