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

fix: add triggers for other modes in marks and register plugin #116

Merged
merged 4 commits into from
Jul 5, 2021

Conversation

mly32
Copy link
Contributor

@mly32 mly32 commented Jul 5, 2021

Summary

NeoVim has a keybinding for <C-r> in command-line mode, as seen in vim index.

It would be useful to see it shown when running :WhichKey '' c:
image

This is what I see when I run :WhichKey '' c after adding the new trigger:
image

By similar logic, additional triggers were added for marks.

Notes

The additional keybinding information seen in the screenshots were added my vim configuration.

NeoVim has a keybinding for `<C-r>` in command-line mode, as seen in https://neovim.io/doc/user/vimindex.html.

It'd be useful to see it when shown during `:WhichKey '' c`.
@mly32 mly32 changed the title add trigger for command-line mode in register plugin fix: add trigger for command-line mode in register plugin Jul 5, 2021
@mly32 mly32 changed the title fix: add trigger for command-line mode in register plugin fix: add triggers for other modes in marks and register plugin Jul 5, 2021
@folke
Copy link
Owner

folke commented Jul 5, 2021

Thank you! I added an additional fix when clipboard is set to "unnamedplus"

@folke folke merged commit bbfc640 into folke:main Jul 5, 2021
@mly32 mly32 deleted the patch-1 branch July 5, 2021 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants