Sunday, June 14, 2015

Re: Regex "stealing" from another history

On 2015-06-14 13:42, cybrown wrote:
> Your last search is stored in the "/" register. I use this same
> workflow. What I do is keep using "/" until my search works. Then I
> type: :%s/<ctrl-r>//REPLACEMENT<enter> The "<ctrl-r>/" is inserting
> the contents of the "/" register.

If it's already in your search history, you can default your
substitute:

/some_pattern
:%s//replacement

By leaving an empty pattern, it uses the last search pattern.

-tim



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