Roald de Vries schrieb:
> Hi all,
> 
> Is it possible to undo an abbreviation expansion? I have a latex  
> mapping 'ia --> \rightarrow', but somtimes don't want it to expand.  
> How can I do that?
> 
> Roald

Press <C-V> just before entering the next character (here <Space>):
    --><C-V> more text ...

For undoing, you can experiment, e.g.

    :ia --> --><C-G>u<BS><BS><BS>\rightarrow

<Esc>u  will then bring back the arrow "-->".
Just invented right now, not common use AFAIK.

-- 
Andy

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to