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
~./ideavimrc
let mapleader = ";" set which-key nnoremap , ; map <leader>wv <Action>(SplitVertically) map <leader>wh <Action>(SplitHorizontally)
Oddly, pressing , also brings up the which-key menu, when only the ; is supposed to.
,
;
The nnoremap seems to working fine since \<leader\>wv only works with the ; and not the ,.
\<leader\>wv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
~./ideavimrc
Oddly, pressing
,
also brings up the which-key menu, when only the;
is supposed to.The nnoremap seems to working fine since
\<leader\>wv
only works with the;
and not the,
.The text was updated successfully, but these errors were encountered: