Switching esc with caps lock #1011
Answered
by
citizenmatt
robertorodriguezarch
asked this question in
Q&A
|
How do I make it so that I can press caps lock instead of ESC to go to normal mode? |
Answered by
citizenmatt
Oct 22, 2024
Replies: 2 comments 4 replies
4 replies
Answer selected by
lippfi
|
I would also recommend to check out Karabiner if you're on mac. For example, it allows you to remap ctrl+P/N to up/down arrows (only for Idea) which helps to navigate context menus or project/structure panels. You do that in "Complex Modifications": |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This has to be handled at the OS level, rather than within IdeaVim, since caps lock is a stateful key that enables/disables caps lock, rather than a simple key press like escape. If you're on Mac, you can use the Keyboard page of System Settings to change Keyboard Shortcuts, select Modifier Keys and change caps lock to map to Escape.
I don't know how to do this in Windows or Linux, but I suspect a web search will be able to suggest a solution.