1

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.

romainl
  • 186,200
  • 21
  • 280
  • 313
The Nitian
  • 11
  • 1
  • 2

1 Answers1

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