On Tue, May 19, 2009 at 5:22 PM, Christian Brabandt wrote: > > Hi vim_use! > > On Di, 19 Mai 2009, Christian Brabandt wrote: > >> Are you looking for: >> inoremap . . > > Well, this was supposed to be > inoremap . .^X^U where ^X means Ctrl-X literally (by typing Ctrl-V > followed by Ctrl-X) and ^U means Ctrl-U typed as Ctrl-V Ctrl-U. > > I guess the mail mangled those literal chars, I typed in the previous > mail…
Serves you right for not using the syntax that doesn't require you to litter your file with control characters. ;-) inoremap . .<C-x><C-u> ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
