feat: add tmux keybinds

This commit is contained in:
Glen Goodwin 2023-12-17 15:42:14 -05:00
parent 924094a198
commit c0f8e46f33

View file

@ -29,6 +29,26 @@
/ { / {
ZMK_MACRO(trw,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp COMMA>;)
ZMK_MACRO(trs,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp DLLR>;)
ZMK_MACRO(tfs,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp LC(J)>;)
ZMK_MACRO(tfp,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp LC(G)>;)
ZMK_MACRO(tpr, ZMK_MACRO(tpr,
wait-ms = <30>; wait-ms = <30>;
tap-ms = <40>; tap-ms = <40>;
@ -198,9 +218,9 @@
label = "Tmux"; label = "Tmux";
bindings = < bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ // ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&none &none &none &none &tsnext &none &twnext &none &none &none &none &none &tsnext &trw &twnext &trs
&none &none &none &none &none &tsprev &tpl &thumbs &tpr &none &none &none &none &none &none &tsprev &tpl &thumbs &tpr &tfs
&none &none &none &none &none &twprev &none &none &none &none &none &none &none &twprev &none &tfp
// ╰─────────────┴─────────────┴─────────────╮ ╭─────────────┴─────────────┴─────────────╯ // ╰─────────────┴─────────────┴─────────────╮ ╭─────────────┴─────────────┴─────────────╯
&tsh &tsv &twin &tsess &tsh &tsv &twin &tsess
// ╰─────────────┴─────────────╯ ╰─────────────┴───────────── // ╰─────────────┴─────────────╯ ╰─────────────┴─────────────