Created
August 22, 2023 22:31
-
-
Save cherryramatisdev/eb10596e3277836b08afb3097a555297 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function! TransformSplitIntoTab() abort | |
let l:path = expand('%') | |
call execute(':wq!') | |
call execute(':tabnew ' . l:path) | |
endfunction | |
nnoremap <c-w>! :call TransformSplitIntoTab()<cr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment