As we map different keys in .vimrc
file of vim. I want to map Caps lock. As back space we write <BR>
or for Enter <CR>
what is the representation of Caps lock in .vimrc
.
Asked
Active
Viewed 2,900 times
1

romainl
- 186,200
- 21
- 280
- 313

The Nitian
- 11
- 1
- 2
1 Answers
4
As you can see in :help key-notation
, you can't map that key in Vim.
You need to do it at the system level and how to do that depends on your system.

romainl
- 186,200
- 21
- 280
- 313
-
Thanks a lot for guiding me. Hope for further guidance when required. – The Nitian Apr 17 '17 at 08:56