Is there a way in vim to search (grep / ack, etc.) for lines in files the same way as in CommandT?
So say I'm calling the search box. Possible matches for the line that I have written so far will begin to display while I keep typing.
I donβt think there is any native (as in :set findasyoutype ) way to do exactly what you want.
:set findasyoutype
But there is a plugin for this! Well, at least three:
:LustyBufferGrep
line
I donβt know how it looks in CommandT, but if you issue the command :set incsearch (or put it in your .vimrc), as soon as you search, as usual, using / , vim will highlight the first item found.
:set incsearch
/
Source: https://habr.com/ru/post/1401778/More articles:How to generate a fake list using Moq - c #Paypal Mobile Payment Library and Mobile Express Checkout Library - paypalWhy does sending a string to a structure fail? - c ++printfn "% A" "c" using F # - f #jQuery Mobile loading second page from new html - javascriptHTTPListener is not working on the network - c #How to calculate linear buffer using SpatialLinesDataFrame - rWhat is the best design template for this? - c #How to call a function on the Finish button in jquery time picker - jqueryHow to set the imaginary part of a complex number to zero? - floating-pointAll Articles