To edit a file in a new tab in vim, type:
:tabedit name-of-file.md
This will open up a new tab with the file. You can cycle through tabs with gt
or gT
.
To edit a file in a new tab in vim, type:
:tabedit name-of-file.md
This will open up a new tab with the file. You can cycle through tabs with gt
or gT
.