I am giving vscodevim extension a try. However, I'm confused by different behavior when using :edit/:vsplit/:split there. In the original vim, when hitting :edit and tab
the list of file in the current directory is shown as the picture below:
However, in vscodeVim, it shows first filename, in this case
iPBlas.cpp
in the directory as in the following piture.
Does somebody know how to achieve original vim like behavior when using :edit + tab
?