feat: add more tmux keybinds

This commit is contained in:
Glen Goodwin 2023-12-19 13:30:02 -05:00
parent c0f8e46f33
commit b7ad59cf83

View file

@ -29,6 +29,21 @@
/ {
ZMK_MACRO(tpb,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp EQUAL>;)
ZMK_MACRO(tp,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp RBKT>;)
ZMK_MACRO(tcm,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp LBKT>;)
ZMK_MACRO(trw,
wait-ms = <30>;
tap-ms = <40>;
@ -52,12 +67,22 @@
ZMK_MACRO(tpr,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp RARW>;)
bindings = <&kp LC(B) &kp H>;)
ZMK_MACRO(tpl,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp LARW>;)
bindings = <&kp LC(B) &kp L>;)
ZMK_MACRO(tpd,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp J>;)
ZMK_MACRO(tpu,
wait-ms = <30>;
tap-ms = <40>;
bindings = <&kp LC(B) &kp K>;)
ZMK_MACRO(tsh,
wait-ms = <30>;
@ -218,9 +243,9 @@
label = "Tmux";
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&none &none &none &none &tsnext &trw &twnext &trs
&none &none &none &none &none &tsprev &tpl &thumbs &tpr &tfs
&none &none &none &none &none &twprev &none &tfp
&none &none &none &none &tsnext &twprev &thumbs &twnext
&none &none &none &none &none &tsprev &tpl &tpd &tpu &tfr
&none &none &none &none &tcm &tp &tpb &none
// ╰─────────────┴─────────────┴─────────────╮ ╭─────────────┴─────────────┴─────────────╯
&tsh &tsv &twin &tsess
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────