I usually edit in Vim,and when pressing +, I'd rather move my hand to the right part of the keyboard where + resides rather than doing shift + =.
But when NumLock is not on, in Vim it just opens a new line above and inserts the letter k. And every time I start my PC NumLock is off.
I would like to know if there is any xmodmap trick to turn on NumLock,so I could add it to my .xinitrc.And it would be even better if I could add it to my .map file which swaps Escape and CapsLock which I load with loadkeys in my /etc/rc.local on startup.
I am using Arch Linux.