Skip to content
Discussion options

You must be logged in to vote

There is a much better workflow, a few options:

  • First open live_grep and enter a wide capturing regex to narrow down the results
  • Then press ctrl-g to toggle to fuzzy search so you’re already working on a smaller set
  • Closed the interface? No problem, run :FzfLua grep resume=true and continue where you left off, both search regex and fuzzy query will be resumed so you can continue the ctrl-g back and forth

To further improve on this add a history file to grep and you’ll be able to go back/next on your searches:
https://github.com/ibhagwan/fzf-lua/wiki#how-do-i-setup-input-history-keybinds

Another refinement options is to select all entries you’re interested in and press enter, by default …

Replies: 4 comments 27 replies

Comment options

You must be logged in to vote
3 replies
@shmerl
Comment options

@ibhagwan
Comment options

@shmerl
Comment options

Answer selected by ibhagwan
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
24 replies
@shmerl
Comment options

@shmerl
Comment options

@shmerl
Comment options

@ibhagwan
Comment options

@shmerl
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants