Tuesday, February 16, 2016

Re: problem with a map

On 15/02/2016 10:00 p.m., John Little wrote:
> On Monday, February 15, 2016 at 1:12:54 PM UTC+13, andalou wrote:
>
>> For example, on the following text ...
>
> I tried to work out what was happenning but failed; the escape
> character messes up the quoting in the mapping, and I couldn't fix it.
>
> However, the substitute command can do this cleanly:
>
> :map ,p :%s/^\(\d\+\.\)\n\n\(.*\)$/\r\1\2<cr>
>
> Regards, John Little

Thanks, it works.
I also noted that I need to use <C-V> in my map, as in:
nnoremap ,p :g/^\d\+\.$/normal! O<C-v><Esc>jVjjJ<cr>

Regards,

--
Cesar

--
--
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: