You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something useful from nvim is the terminal inside a window, such as:
:vsplit term:// bash <CR>i
This cmd opens a terminal inside a vsplit window, that I can close after I finish what I need using C-d. How can I run use terminal in helix?
PS: I know that :sh exists, however I'd like a terminal to run cmds as much as I need to, not only a single run.
The text was updated successfully, but these errors were encountered:
Something useful from nvim is the terminal inside a window, such as:
:vsplit term:// bash <CR>i
This cmd opens a terminal inside a vsplit window, that I can close after I finish what I need using
C-d
. How can I run use terminal in helix?PS: I know that :sh exists, however I'd like a terminal to run cmds as much as I need to, not only a single run.
The text was updated successfully, but these errors were encountered: