-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remapping keys to a command that requires input #5499
Comments
This is why |
Thanks for the answer. I get
I have version 22.12 |
Looks like it's not in a release yet, it was merged after 22.12: #4931 |
While I'm waiting for the release I found this solution:
And in the config:
|
Can we close this as it's already solved with pipe-to plus a duplicate of #1383 for keys that require input |
Closed by #4931 |
Hi,
I want to send lines from helix to tmux. For this I wrote this script:
I wanted to create a map for
shell_pipe_to
such asoutput when running
hx
:The main problem is that
shell_pipe_to
requires the user to enter the program to use, but I don't know if this is possible to emulate with a keymap. I found this similar use case: https://www.reddit.com/r/HelixEditor/comments/xde3f1/remapping_keys_to_a_command_that_requires_input/Is this possible to do currently? Is this planned? Is there a better solution to send commands to tmux?
The text was updated successfully, but these errors were encountered: