inoremap <expr> j pumvisible() ? "\<C-n>" : "j" doesn't work. #898
Unanswered
Blackbird314
asked this question in
Q&A
Replies: 2 comments 1 reply
-
More details about issue: https://stackoverflow.com/questions/78569851/how-can-i-use-j-k-to-select-next-previous-completion-suggestions-in-intellij-ide |
Beta Was this translation helpful? Give feedback.
0 replies
-
IdeaVim doesn't currently support the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After I add the config
inoremap <expr> j pumvisible() ? "\<C-n>" : "j"
to.ideavimrc
, when I press keyj
the character “j” will appear for about 0.5 seconds then disappear.2024-06-03.224340.mp4
Beta Was this translation helpful? Give feedback.
All reactions