Skip to content

Commit

Permalink
Adds SPACE to NAV LHS
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Brandt authored Jul 26, 2024
1 parent 56589c2 commit f2b2c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -794,12 +794,12 @@ behaviors {
// | HOME| PGUP| PGDN| END | F11 | F12 | HOME | PGUP | PGDN | END |
// | INS | RET | TAB | ESC | DEL | BSPC | LEFT | UP | DOWN | RIGHT|
// | UNDO| CUT | COPY|PASTE|CTL+K | \ | = | | | |
// | | | | |UTL/SPC| |
// | | SPC | | |UTL/SPC| |
bindings = <
&kp HOME &kp PG_UP &kp PG_DN &kp END &kp F11 &kp F12 &kp HOME &kp PG_UP &kp PG_DN &kp END
&hm LALT INS &hm LGUI RET &hm LSHFT TAB &hm LCTRL ESC &kp DEL &kp BSPC &kp LEFT &kp UP &kp DOWN &kp RIGHT
&kp LC(Z) &kp LC(X) &kp LC(C) &kp LC(V) &kp LC(K) &kp BSLH &kp EQUAL &trans &trans &trans
&trans &trans &trans &trans &lt UTL SPACE &trans
&trans &kp SPACE &trans &trans &lt UTL SPACE &trans
>;
};

Expand Down

0 comments on commit f2b2c22

Please sign in to comment.