2017-09-30 6:34 GMT+03:00 Diego Viola <[email protected]>: > Hi, > > I'm currently trying the :terminal command. > > Is it possible to replace the current buffer with :terminal? I've noticed > when I call :terminal it creates a new split. > > Is it possible to replace the current split with the terminal? I've noticed > neovim does this by default. > > It would be nice if vim can also do the same.
Did you read :h :term? It has a bunch of ++options, one of which does the trick. > > Thanks, > Diego > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
