feat: add tmux keybinds
This commit is contained in:
parent
924094a198
commit
c0f8e46f33
1 changed files with 23 additions and 3 deletions
|
|
@ -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
|
||||||
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────
|
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue