We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just learned that which-key has a proxy feature that LazyVim uses to "alias" ctrl+w to w (window management). See here: https://github.com/LazyVim/LazyVim/blob/fb256f2b688cb7ac9875f704fe6c00f27efc2354/lua/lazyvim/plugins/editor.lua#L210 https://github.com/folke/which-key.nvim/blob/0e76a87ac51772569aec678dc74baa8e2a86100c/README.md?plain=1#L274 It is slightly weird in that it seems it is not a 100% alias, at least in my neovim <leader>w allows to switch to open windows via their index, while CTRL+w does not.
which-key
proxy
<leader>w
CTRL+w
Does someone have an idea what's up with that? Anyways, we probably wanna support the alias too, right?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just learned that
which-key
has aproxy
feature that LazyVim uses to "alias" ctrl+w to w (window management).See here: https://github.com/LazyVim/LazyVim/blob/fb256f2b688cb7ac9875f704fe6c00f27efc2354/lua/lazyvim/plugins/editor.lua#L210
https://github.com/folke/which-key.nvim/blob/0e76a87ac51772569aec678dc74baa8e2a86100c/README.md?plain=1#L274
It is slightly weird in that it seems it is not a 100% alias, at least in my neovim
<leader>w
allows to switch to open windows via their index, whileCTRL+w
does not.Does someone have an idea what's up with that? Anyways, we probably wanna support the alias too, right?
The text was updated successfully, but these errors were encountered: