Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 278 Bytes

edit-file-in-new-tab.md

File metadata and controls

9 lines (6 loc) · 278 Bytes

Edit file in new tab

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.