imap <c-j> <Action>(EditorDown)
doesn't work when completions window present.
#896
-
I guess that the If I am right, is there a hacker way to handle the problem?
|
Beta Was this translation helpful? Give feedback.
Answered by
citizenmatt
Jun 3, 2024
Replies: 1 comment 5 replies
-
Not sure if I understand 100%, but could you try this instead?:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out
'lookupkeys'
. The default value includes<C-J>
, which means it will be processed by the IDE. This probably explains why the Vim mapping for Ctrl+J isn't doing anything.Also check out the IDE key map settings for the "Up" and "Down" actions in the Settings dialog. This might be useful for experimenting with.