We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f7e1b commit 50d85bbCopy full SHA for 50d85bb
1 file changed
lua/opencode/ui/base_picker.lua
@@ -381,6 +381,7 @@ local function fzf_ui(opts)
381
['--multi'] = has_multi_action and true or nil,
382
['--with-nth'] = '2..', -- hide the index prefix from display
383
['--delimiter'] = '\x01', -- use SOH as delimiter (invisible char)
384
+ ['--read0'] = true,
385
},
386
_headers = { 'actions' },
387
previewer = (function()
0 commit comments