VIM comma is missing in insert mode
Posted
by
Tamás Szelei
on Stack Overflow
See other posts from Stack Overflow
or by Tamás Szelei
Published on 2009-08-06T23:14:22Z
Indexed on
2011/01/16
9:53 UTC
Read the original article
Hit count: 279
Hi folks,
I'm a VIM beginner, and I have a weird problem. I started using vim in a terminal emulator, but today I moved to gVim. Then I realized that I cannot write a comma in Insert mode! I tried :map ,
, :imap ,
both said no mapping found. THen I tried :nomap ,
and :inomap ,
both without any luck. As writing the commands, I am able to write the comma, but not in insert mode. What can be the problem?
Some details: I'm running a freshly installed ubuntu 9.04 system, with an english keyboard, but using a hungarian layout. I am able to write a comma in vim when writing into the "command line" of vim, after pressing : in command mode.
© Stack Overflow or respective owner