1

Re: Format a text selection

How do I format (Rearrange tabs) a selection?
Something like the Ctrl+K, Ctrl+F of visual studio.

Thanks,
O.

2

Re: Format a text selection

Either the = or gq operators may be of help, depending on the specific language you are editing (the underlying VS call ViEmu makes is implemented by the language-service).

If not, it's possible to implement a mapping to call the specific functionality of Ctrl-K, Ctrl-F, let me know if you'd want an explanation of how to set this up.

Regards,

  - Jon

3

Re: Format a text selection

Now that I know the answer it's easy to find it in the manual.

Thanks for not RTFM me,
O.

4

Re: Format a text selection

I just know nobody reads manuals smile It has to be there but that's about it!

Let me know if I can help out with anything else.

Regards,

  -- Jon