Re: how can I configure word highlighting in VIM ?

2014-04-01 Thread Jürgen Krämer
[Text re-ordered; please don't top-post] Hi, Arup Rakshit wrote: On Sun, Mar 30, 2014 at 8:12 AM, John Beckett johnb.beck...@gmail.com mailto:johnb.beck...@gmail.com wrote: Arup Rakshit wrote: Subject: how can I configure word highlighting in VIM ? If you mean by

RE: local hlsearch

2014-04-01 Thread John Beckett
meino wrote: I often use a search'n'replace on an area, which is limited by a previously selected visual block. Additional hlsearch is on by default. After the searech'n'replace has ended, the found places are marked all over the whole text. This is often irritating to me. Is there a way to

Re: have tag-matchlist selection open new tab

2014-04-01 Thread Daniel Convissor
Hi Folks: Figured out how to do exactly what I want: nnoremap C-] :tab tjump C-rC-wCR If there's one match, that jumps directly to the tag in a new tab. If there are multiple matches, that opens the tag-matchlist, then once the desired entry is selected, it jumps to that tag in a new tab.

Re: local hlsearch

2014-04-01 Thread meino . cramer
John Beckett johnb.beck...@gmail.com [14-04-01 17:28]: meino wrote: I often use a search'n'replace on an area, which is limited by a previously selected visual block. Additional hlsearch is on by default. After the searech'n'replace has ended, the found places are marked all over the

Re: local hlsearch

2014-04-01 Thread Jean-Rene David
* meino.cra...@gmx.de [2014.04.01 14:10]: By the way: I treid to find the expression \%V inside the vim help...but didnt foudn a match. What is the correct keyword to find the according help? :h /\%V -- JR -- -- You received this message from the vim_use maillist. Do not top-post! Type

Re: local hlsearch

2014-04-01 Thread meino . cramer
Hi Jean-Rene, Ah! Enlightment! I missed the '/' in the beginning! THANKS! 8) Best regards, mcc Jean-Rene David vim_...@levelnine.net [14-04-01 20:20]: * meino.cra...@gmx.de [2014.04.01 14:10]: By the way: I treid to find the expression \%V inside the vim help...but didnt foudn a

Re: local hlsearch

2014-04-01 Thread Ethan Hereth
Ethan Alan On Tue, Apr 1, 2014 at 1:54 PM, meino.cra...@gmx.de wrote: John Beckett johnb.beck...@gmail.com [14-04-01 17:28]: meino wrote: I often use a search'n'replace on an area, which is limited by a previously selected visual block. Additional hlsearch is on by default. After the

Re: local hlsearch

2014-04-01 Thread Nikolay Pavlov
On Apr 1, 2014 10:44 PM, Ethan Hereth advocateddrum...@gmail.com wrote: Ethan Alan On Tue, Apr 1, 2014 at 1:54 PM, meino.cra...@gmx.de wrote: John Beckett johnb.beck...@gmail.com [14-04-01 17:28]: meino wrote: I often use a search'n'replace on an area, which is limited by a

Re: local hlsearch

2014-04-01 Thread Nikolay Pavlov
On Apr 1, 2014 9:54 PM, meino.cra...@gmx.de wrote: John Beckett johnb.beck...@gmail.com [14-04-01 17:28]: meino wrote: I often use a search'n'replace on an area, which is limited by a previously selected visual block. Additional hlsearch is on by default. After the

Re: local hlsearch

2014-04-01 Thread Ethan Hereth
On Tue, Apr 1, 2014 at 3:28 PM, Nikolay Pavlov zyx@gmail.com wrote: On Apr 1, 2014 10:44 PM, Ethan Hereth advocateddrum...@gmail.com wrote: Ethan Alan On Tue, Apr 1, 2014 at 1:54 PM, meino.cra...@gmx.de wrote: John Beckett johnb.beck...@gmail.com [14-04-01 17:28]: meino wrote: I