We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57d4184 + aacc6df commit 34bff8bCopy full SHA for 34bff8b
1 file changed
lua/parrot/chat_handler.lua
@@ -1085,7 +1085,7 @@ function ChatHandler:chat_finder()
1085
actions["default"] = actions["ctrl-t"]
1086
end
1087
1088
- fzf_lua.fzf_exec("rg --no-heading '# topic:' --type=md --sortr=accessed", {
+ fzf_lua.fzf_exec('rg --no-heading "# topic:" --type=md --sortr=accessed', {
1089
cwd = self.options.chat_dir,
1090
prompt = "Chat selection ❯",
1091
fzf_opts = self.options.fzf_lua_opts,
0 commit comments