|
|
|
|
|
by ilioscio
604 days ago
|
|
I personally use neovim and something I love doing is :tabedit to create a new tab and then I slap a :term in there and baby you've got a fullscreen terminal in a separate tab right inside vim and get this, you can yank text from this buffer and easily move this between your terminal tab and the files you have open. I think regular vim will do all this as well but I think maybe the commands are different? |
|
Not exactly your usecase, but a useful one nevertheless.