Issue Mapping <S-Tab> in IdeaVim #938
luanlouzada
started this conversation in
General
Replies: 1 comment 10 replies
-
Hello! Half a year late, but I am also having trouble mapping shift-tab. Specifically, I wish to map shift-tab to when in insert mode (i.e. to exit insert mode). Did you figure out how to do it? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to configure IdeaVim to map (Shift + Tab) to la in insert mode. I've added the following mapping to my .ideavimrc file:
inoremap la
However, this mapping is not working. I've verified that the .ideavimrc file is being loaded correctly and tried other key combinations that work, but it seems that IdeaVim is not recognizing properly.
Has anyone encountered this issue before, and is there a known solution to make the mapping work in IdeaVim? Any help would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions