1

Re: Create user defined ex commands?

Is there a way in ViEmu to create custom ex commands?

For example let's say I wanted to create a command "outl" that uses VS start outlining functionality. Something like:

:command outl :vsc Edit.StartAutomaticOutlining


Thanks!

Last edited by mflores88 (2007-02-27 00:00:02)

2

Re: Create user defined ex commands?

Hi Marc,

There isn't yet. There is a mechanism in vim to do so (maybe exactly the same you show above), so I'll just try to emulate it.

You can use key mapping, either ViEmu's or Visual Studio's, but I guess you already know that. Custom ex commands definitely have a different place than key mappings.

It looks as I have a lot of work still ahead!

Thanks for the suggestion,

  Jon