commit 5fc4949f62241ad471e49b80e088ddaffd23e3aa parent 9fae88ca74246eaae2f2c4072d5a816d03f93ef2 Author: Chris <chris@echoz.io> Date: Fri, 21 Nov 2025 14:52:50 +0100 feat(glirc): set up formatting binds Diffstat:
| M | modules/glirc/default.nix | | | 23 | +++++++++++++++++++++++ |
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/modules/glirc/default.nix b/modules/glirc/default.nix @@ -43,6 +43,29 @@ action: jump-to-activity * bind: "C-s" action: jump-to-previous + + * bind: "C-o" + action: clear-format + * bind: "C-c" + action: color + * bind: "C-v" + action: reverse-video + + -- ^4 + * bind: "C-\\" + action: bold + + -- ^5 + * bind: "C-]" + action: italic + + -- ^6 + * bind: "C-^" + action: strikethrough + + -- ^7 + * bind: "C-_" + action: underline ''; }; };