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

Use vim.on_key for keymap #487

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Use vim.on_key for keymap #487

wants to merge 1 commit into from

Conversation

Saghen
Copy link
Owner

@Saghen Saghen commented Dec 10, 2024

Uses vim.on_key for the keymap instead of defining keymaps with complicated fallback logic. Requires neovim 0.11 and currently doesn't have support for multiple keys (i.e. <C-g><C-o>) yet. Thanks @hrsh7th for recommending this! Related #482

I'll wait for 0.11 to release before merging, since I'd rather not maintain two different code paths for keymaps

Closes #406

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.

Keymap not work with plugin vim-visual-multi
1 participant