Replies: 1 comment
-
You can check out hydra.nvim but I think all of your examples could be done with normal keymappings? if you want more typing then just bind it to a callback that uses So |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm coming to neovim from spacemacs, and want to try and recreate the best of spacemacs.
One thing that I love is transient state...
In magit, what i used for git interface,
p u
would "push upstream", but before hittingu
you would still be in a key-binding transient state. if you put in-F
that would add the force-push tag.I would like in which-key, to be able to do something like this:
to run
cargo build
, with,
as the lsp leader, you enter, c b
, but if you wanted to say, runcargo build --release --target="keyboard-input"
you put in, c -r -t keyboard-input<ret> b
in a way, the ability to configure the command, such as adding cli-tags, as you step through keymapping sequence.
Beta Was this translation helpful? Give feedback.
All reactions