live_grep config to: set glob, toggle case-sensitivity and toggle regex #2312
hernancerm
started this conversation in
Show and tell
Replies: 1 comment
-
Looks great, ty for sharing @hernancerm!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the picker
live_grep
I like having dedicated keymaps to toggle case-sensitivity, regex, and also to set a glob. Below is a short video showing what I mean. This behavior aligns more closely thanrequire("fzf-lua").actions.grep_lgrep
to what is offered in most editors.fzf-lua_live_grep.mp4
Here is the excerpt of my lazy.nvim config used for the video. It's brittle in a way since I'm using non-public code from fzf-lua:
Beta Was this translation helpful? Give feedback.
All reactions