zsh-fzf-history-search icon indicating copy to clipboard operation
zsh-fzf-history-search copied to clipboard

not copying the whole line after '%' character for some commands

Open alkeryn opened this issue 1 year ago • 0 comments

so if i try to chose some command that has the "%" character, anything after that will be cut for some reason. some of those commands are

ffmpeg -f alsa -i default -flush_packets 1 $(date '+%d-%m-%y-%H_%M_%S').ogg
echo %hello%

if there is a command such as echo %%foo%%bar%% i'll get echo %foo%bar%

alkeryn avatar Jan 31 '24 01:01 alkeryn