Skip to content

Commit

Permalink
remove macro, fix emacs hor and vert bug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnporche committed Mar 2, 2023
1 parent 1689c27 commit ff33b4d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
ZMK_MACRO(emacs_split_h,
wait-ms = <30>;
tap-ms = <40>;
bindings = < &kp LC(X) &kp 2 >;
bindings = < &kp LC(X) &kp N2 >;
)

ZMK_MACRO(win_del_line,
Expand All @@ -118,7 +118,7 @@
ZMK_MACRO(emacs_split_v,
wait-ms = <30>;
tap-ms = <40>;
bindings = < &kp LC(X) &kp 3 >;
bindings = < &kp LC(X) &kp N3 >;
)


Expand Down Expand Up @@ -147,10 +147,7 @@
bindings = < &kp LT &kp EQUAL >;
)

ZMK_MACRO(cpswrd,
tap-ms = <200>;
bindings=<&caps_word>;
)


};

Expand Down Expand Up @@ -232,7 +229,7 @@
&kp LG(LS(4)) &kp LG(X) &kp LG(C) &kp LG(V) &kp CARET &kp LBRC &kp RBRC &kp EQUAL &kp DLLR &kp HASH &kp PRCNT &sl FUNC
&to MACNAV &kp EXCL &autopar &kp TILDE &kp AT &kp LPAR &kp RPAR &kp UNDER &autobkt &kp BSLH &kp QMARK &autobrc
&kp LA(LG(ESC)) &none &kp FSLH &kp STAR &kp AMPS &kp LBKT &kp RBKT &kp GRAVE &kp PLUS &kp MINUS &kp PIPE &none
&kp CAPS &cpswrd &kp DEL &to MACNUM &to MACBASE &none
&kp CAPS &caps_word &kp DEL &to MACNUM &to MACBASE &none
>;
};

Expand Down

0 comments on commit ff33b4d

Please sign in to comment.