Tuesday, July 22, 2014

Re: wrap text by command

On Tue, Jul 22, 2014 at 4:58 AM, C K Kashyap <ckkashyap@gmail.com> wrote:
> Would this work for you -
>
> Select the region that you need to surround using V and then hit > to right
> shift the region
>
> Regards,
> Kashyap
>
>
> On Tue, Jul 22, 2014 at 1:58 PM, Giuseppe Lo Brutto
> <giuseppelobrutto@gmail.com> wrote:
>>
>> Hi all,
>> I'm wondering if there is a way to surround a line or a block of text by a
>> snippet in php code.
>> For example I wuold like to surround a number of lines of code by a try
>> catch block or an if else or even a function definition.
>>
>> THX in advance
>>
>> G.
>>

Have you looked into the Ultisnips plugin?
(https://github.com/SirVer/ultisnips) While it might be a little
complicated to set up and get accustomed to, it offers a solution to
this question. Specifically, look in its documentation for "Visual
Placeholder" (section 4.3 of its help or :help
UltiSnips-visual-placeholder)

Cheers,

Ethan Alan
>> --
>> --
>> 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 vim_use+unsubscribe@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> --
> 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 vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: