-
Notifications
You must be signed in to change notification settings - Fork 2
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
Possible to send CTRL-C into? #13
Comments
We internally we use
Where "foo" is the name of some shell running |
Yep that works, thanks! I wonder if it'd be worth supporting tmux-like syntax in the future, like
...would use string replace on certain keywords to send a CTRL-C, then open vim.
...would send those literal characters, as it does in the current version. |
Interesting. I'm not opposed, but in terms of Unix philosophy, this almost feels like it should be a different tool's job. Also, if we defaulted to |
Could always do the opposite and leave default behaviour too. Maybe something like I get the unix philosophy, but something both tmux and screen have going for UX is allowing |
How does @jfly makes a good point about Unix philosophy, but I do think that having an option to send control characters is at least related to what this package does. I don't say that to mean that |
Or if we can't find one, we can create one =) |
Hey yo, is it possible to send something like CTRL-C into? I was having trouble sending through to a shell running
less +F
.Awesome work on shtuff btw!
The text was updated successfully, but these errors were encountered: