waiting for input in command line after keymap #11909
Unanswered
JeromeSchmied
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experimenting with keymaps for cargo commands, but I'm a bit stuck at
cargo add <pkg>
.The problem is, I don't want to always type in the whole command:
:sh cargo add <pkg>
but instead would like to use a keymap like: Space+l+a and then type the rest into the command-line of helix.
NOTE: I've made up a workaround: select the crate name (text), yank it to system-clipboard and use that text in shell for
cargo add <system_clipboard>
keymaps:
Beta Was this translation helpful? Give feedback.
All reactions