0

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
  • 172,579
  • 20
  • 259
  • 291

1 Answers1

3

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
  • 172,579
  • 20
  • 259
  • 291