nvim-telescope / telescope-live-grep-args.nvim

Live grep with args
726 stars 40 forks source link

feature proposal: ability to retrieive the last n-th search or to explicitely persist a search query #68

Open IzioDev opened 1 year ago

IzioDev commented 1 year ago

Hi,

current workflow frustration:

current workaround (in mind, not implemented):

proposals, either:

  1. be able to explicitly persist a query search (via a command) that would be pre-prompted next time
  2. be able to retrieve the last query searches (via a command or via the ui)

thanks in advance, let me know if I can help with implementation

NOTE: this could be solve by myself creating a script, but I think there is also an opportunity to enrich current features

metal3d commented 2 weeks ago

It's been several weeks I search how to be able to “continue” the search. Before using LazyVim, I used to type :grep -r "XXX" . - and open "copen".

It could be very nice to make live grep doing approximately the same.