We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Foot terminal module takes settings like
programs.foot.settings = { keybinds = { pipe-command-output = "[some-command] Control+a"; }; };
However, as stated here https://codeberg.org/dnkl/foot/issues/1842#issuecomment-2322691 , user can bind the same key multiple times in the settings, like
pipe-command-output=[sh -c "cat - | wl-copy"] Control+bracketleft pipe-command-output=[sh -c "tac - | wl-copy"] Control+bracketright
There's no extraConfig, so my workaround is
extraConfig
keybinds = { pipe-command-output = ''[sh -c "cat - | wl-copy"] Control+bracketleft pipe-command-output=[sh -c "tac - | wl-copy"] Control+bracketright''; };
I don't think it's a biggy, I'm reporting in case someone else comes searching.
No response
-
The text was updated successfully, but these errors were encountered:
rycee
sumnerevans
berbiche
No branches or pull requests
Are you following the right branch?
Is there an existing issue for this?
Issue description
Foot terminal module takes settings like
However, as stated here https://codeberg.org/dnkl/foot/issues/1842#issuecomment-2322691 , user can bind the same key multiple times in the settings, like
There's no
extraConfig
, so my workaround isI don't think it's a biggy, I'm reporting in case someone else comes searching.
Maintainer CC
No response
System information
-
The text was updated successfully, but these errors were encountered: