Things
All checks were successful
/ test (push) Successful in 1m1s

This commit is contained in:
Andrea Ciceri 2024-09-20 11:18:38 +02:00
parent 0889e6a448
commit 6c0376da29
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
6 changed files with 209 additions and 135 deletions

View file

@ -43,7 +43,7 @@ lib.mkMerge [
scrollback-up-page = "Control+Shift+k";
scrollback-down-page = "Control+Shift+j";
search-start = "Control+Shift+s";
pipe-command-output = ''[sh -c "f=$(mktemp); cat - > $f; footclient hx $f; rm $f"] Control+Shift+g'';
pipe-command-output = ''[sh -c 'f=$(mktemp); cat - > $f; footclient hx $f; rm $f'] Control+Shift+g'';
};
mouse = {
@ -63,7 +63,7 @@ lib.mkMerge [
onEvent = "fish_preexec";
};
foot_cmd_end = {
body = ''echo -en "\e]133;D\e\\'';
body = ''echo -en "\e]133;D\e\\"'';
onEvent = "fish_postexec";
};
};