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

Add a variant of expose that does not steal focus #4

Open
idanarye opened this issue Feb 11, 2024 · 0 comments
Open

Add a variant of expose that does not steal focus #4

idanarye opened this issue Feb 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@idanarye
Copy link
Owner

ChannelotTerminal:expose() opens the terminal in a new split - which switches focus to it - and also enters insert mode. This is useful because it allows the user to easily close the terminal, but sometimes we want to just display the terminal without snatching the cursor from the user.

I want to add a new method, that opens the terminal window in a new split:

  • Without going into insert mode.
  • Without switching focus to that split (which probably means switching focus back to the original window)
@idanarye idanarye added the enhancement New feature or request label Feb 11, 2024
@idanarye idanarye self-assigned this Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant