remove surrounding quotes
This commit is contained in:
parent
8dab12526d
commit
58e065669f
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ define-command -hidden fzf-yank-ring %{ evaluate-commands %sh{
|
|||
|
||||
message="Swap between yanks."
|
||||
|
||||
printf "%s" "fzf -kak-cmd %{set-register dquote} -items-cmd %{cat $yanks} -filter %{sed \"s//\\\n/g;s/^'|'$//\"}"
|
||||
printf "%s\n" "fzf -kak-cmd %{set-register dquote} -items-cmd %{cat $yanks} -filter %{sed 's//\\\\n/g;s/^.//;s/.\\\n$//'}"
|
||||
}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue