When using the live_grep picker in telescope, I would like to be able to map a key to open the current search terms in CtrlSF so I can do a mass search and replace.
How can I pass the search terms to another function?
When using the live_grep picker in telescope, I would like to be able to map a key to open the current search terms in CtrlSF so I can do a mass search and replace.
How can I pass the search terms to another function?
Copyright © 2021 Jogjafile Inc.
Not sure if this apply to your problem but I've got the prompt value using this snippet (taken from https://github.com/nvim-telescope/telescope.nvim/issues/2016#issue-1276097274):
Context
In case it helps here's my whole function