|
vim numerical keypad doesn't work
In vim whenever I try to edit some files the numerical key pad doesn't work. I have got numlock ON. But still it doesn't work whenever I try to press (* or 1, 2, 3 etc.) from the numerical keypad.
TIA.
--------
~/.vimrc
set wm=3
set showmode
syntax enable
"set ai
set tabstop=6
|