On Sunday, September 28, 2014 1:03:27 AM UTC-5, gevisz wrote:
> Is it possible to define a command-line command
> 
> that just inserts some text after the current
> 
> cursor position and how to do it in an elegant way?
> 
> 
> 
> For, example, so that typing in normal mode :тл will
> 
> insert тру-ля-ля after the current position in text.
> 
> 
> 
> P.S. In my case the command name will always be in
> 
>      cyrillic, so that not to switch the keyboard
> 
>      layout.

Easy solution: use a :normal! command within your command definition, to insert 
the text with 'a'.

E.g. :command тл normal! aтру-ля-ля

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to