We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a3b95 commit 175ddbbCopy full SHA for 175ddbb
lua/fzf-lua/actions.lua
@@ -33,7 +33,7 @@ M.expect = function(actions, opts)
33
v.prefix and v.prefix:gsub("accept$", ""):gsub("%+$", "") or ""
34
))
35
elseif opts.__SK_VERSION and opts.__SK_VERSION >= 0.14 then
36
- -- sk 0.14 deprecated `--bind`, instead `accept(<key>)` should be used
+ -- sk 0.14 deprecated `--expect`, instead `accept(<key>)` should be used
37
-- skim does not yet support case sensitive alt-shift binds, they are ignored
38
-- if k:match("^alt%-%u") then return end
39
if type(v.prefix) == "string" and not v.prefix:match("%+$") then
0 commit comments