Re: Search multiple windows

2023-04-24 Thread Tim Chase
On 2023-04-24 12:38, Ben Mehmet wrote: > My question, however, is is there a way/plugin/mapping that I > could enable to have vim highlight and move to next occurrence > of my search pattern in all the rest of windows highlighted I usually do this semi-manually with something like :windo

Re: Search multiple windows

2023-04-24 Thread rwmit...@gmail.com
https://www.vim.org/scripts/script.php?script_id=5875 was just announced (the update, anyway). Not sure if it auto advances to the next tab though. On Monday, April 24, 2023 at 3:38:10 PM UTC-4 Ben Mehmet wrote: > Hi All, > I have this searching within multiple windows open. > Basically,

Search multiple windows

2023-04-24 Thread Ben Mehmet
Hi All, I have this searching within multiple windows open. Basically, lets say I have a VIM session with 2 or more windows open and I end searching for some text in one of the windows. Search will end up taking me the next occurrence of the search pattern and if I have highlighting set it

Re: What are some alternatives of vim-surround

2023-04-24 Thread Romain Lafourcade
I have gathered a bunch of native alternatives to some of Surround's features in this gist: https://gist.github.com/romainl/ca742f241457b8609836202fe05ee5c0 for the fun of it. On Wednesday, April 19, 2023 at 3:29:08 PM UTC+2 Christian Brabandt wrote: > > On Mi, 19 Apr 2023, Tim Chase wrote: >

Re: What to use for....

2023-04-24 Thread Tim Chase
On 2023-04-24 12:07, 'Sebastian G??decke' via vim_use wrote: > Actually it's 1779 counts long and for this, i don't see the missing > "=".Ā > So how could i improve vim to "show" me that in my config-file is > something missing. I've done one-off things like :match Error /^[^=]\=$/ which

Re: What to use for....

2023-04-24 Thread Christian Brabandt
On Mo, 24 Apr 2023, 'Sebastian Gödecke' via vim_use wrote: > Hi there, > i'm running into issue if i don't get solution for getting older > I'm working with config files for an application that is using DN's > In this config-file the ldap-dn has to be written in one (long) line. > Actually

Re: What to use for....

2023-04-24 Thread Nicolas George
'Sebastian Gödecke' via vim_use (12023-04-24): > i'm running into issue if i don't get solution for getting older > I'm working with config files for an application that is using DN's > In this config-file the ldap-dn has to be written in one (long) line. > Actually it's 1779 counts long and

Re: What to use for....

2023-04-24 Thread Tony Mechelynck
On Mon, Apr 24, 2023 at 12:07 PM 'Sebastian Gödecke' via vim_use wrote: > > Hi there, > i'm running into issue if i don't get solution for getting older > I'm working with config files for an application that is using DN's > In this config-file the ldap-dn has to be written in one (long)

What to use for....

2023-04-24 Thread 'Sebastian Gödecke' via vim_use
Hi there, i'm running into issue if i don't get solution for getting older I'm working with config files for an application that is using DN's In this config-file the ldap-dn has to be written in one (long) line. Actually it's 1779 counts long and for this, i don't see the missing "=". So how