In insert mode on vim, when I press '*' on the numeric pad, vim translate 'escape+j'. I would like that '*' on the numeric pad equals '*'. how to configure vim?
vim on linux. I am in "insert mode" on vim. when I press '*' on the numeric pad, vim translate 'escape+J'. I would like '*' on the numericpad equals '*'. how to configure vim? I am looking the right vim command :set something or :hi something else or :another command of vim
I have the same problem for the other characters on the numeric pad: / * - + enter I just * when I press * on the key * of the numeric pad I want / when I press / on the key / of the numeric pad I want - when I press - on the key - of the numeric pad and so on for + and enter perhaps it is a problem of map or something like that
Do you get the same thing when you press * / - + not on the numeric keypad? Do you get the same thing when you are not in vi? What does :set termcap show?
when I press * / - + not on the numeric keypad, i get * / - + . quite normal! in "insert mode" of vi, on the numeric keypad, when i press *, I get esc j. The same result as if I had pressed escape and j. when I press / on the numeric keypad, I get escape o when I press + on the numeric keypad, I get escape k when I press - on the numeric keypad, I get escape m I do not want these mappings, these translations, theses transformation of the keys. I just want to have * / + - when I press them in insert mode.