-
Notifications
You must be signed in to change notification settings - Fork 12
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
Doesn't work. #44
Comments
I would need some more information about your setup to check for any issues: |
ideavim + whichkey latest from todays date. and .ideavimrc contains only that config from your doc "set which-key" or something like that. |
Please share your full From your system setup I don't see any reason why the plugin should not work 🤔 |
@Delice0 is this issue still present? If so please share your |
So I got a notification about a new comment here, which for some reason is not visible anymore:
However I wanted to address this anyway since its the same issue as @Delice0 and I think I now finally understand what the issue is here 😅 It seems like there is a discrepancy for new users about what which-key is actually doing and what it is not. So for everybody in this issue and everybody finding this let me explain: The plugin which-key is only there to showcase the VIM mappings that you have configured yourself (in your For those wondering why they see no popup, add a few key mappings to your set which-key
nnoremap <Space>wv :vertical splitv<CR>
nnoremap <Space>ws :split<CR>
nnoremap <Space>wd :close<CR> Now pressing I hope this helps 🙂 |
Thanks! Yeah, my bad, I did assume that an empty popup would come up if I had no keybinds set. Now this works! |
set which-key that's it. |
@Delice0 then check my previous comment #44 (comment) for an explanation |
I installed plugins: IdeaVim and Which-Key through Intellij.
I added 'set which-key' inside .ideavimrc in my home dir.
I sourced .ideavimrc.
Nothing happens when pressing space.
The text was updated successfully, but these errors were encountered: