Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I open a bash terminal inside a window? #4248

Closed
igorluppi opened this issue Oct 13, 2022 · 3 comments
Closed

How can I open a bash terminal inside a window? #4248

igorluppi opened this issue Oct 13, 2022 · 3 comments

Comments

@igorluppi
Copy link

igorluppi commented Oct 13, 2022

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.

@igorluppi
Copy link
Author

igorluppi commented Oct 13, 2022

Also, :sh bash breaks helix (frozen)

@A-Walrus
Copy link
Contributor

Duplicate of #3524.
Currently Helix doesn't have any way of having an integrated, interactive terminal.

@the-mikedavis
Copy link
Member

Also see #1976

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants