links: [[010 Vim MOC]] --- # How to close a vim tab In command mode use this command `:tabclose` or `:tabc` # Open current buffer in new tab If you want to open current buffer in a new tab ```sh :<ctrl>-w T ``` --- tags: #vim , #tabs