Well, this is not a Ubuntu specific question but here it is anyway. I'm using Vim 7.2 with Ubuntu 10.04. I installed Vim about a day ago using apt-get so it's not the default version you get with the system. Here's the problem, whenever I type text in to a text file in Vim's insert mode the comma character does not appear. No matter how many times I press the comma button it won't display it or add it to the text file. Is there something wrong with the character mapping in Vim? Any suggestions for fixing this?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Your cinkeys setting is malformed:
See Removing the line from your .vimrc (which uses the default value) or removing the rogue exclamation mark item will work:
|
||||
|
|
Well I think I figured it out.. removing the following line at .vimrc file solved the issue
|
|||
|
|
|
This might help you: http://stackoverflow.com/questions/1242026/vim-comma-is-missing-in-insert-mode |
|||||||||
|
:verbose imapin a pastebin (see pastebin.com) and link it here? – frabjous Nov 1 '10 at 4:30