Skip to content

Commit f2b2c22

Browse files
author
Tobias Brandt
authored
Adds SPACE to NAV LHS
1 parent 56589c2 commit f2b2c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/corneish_zen.keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,12 +794,12 @@ behaviors {
794794
// | HOME| PGUP| PGDN| END | F11 | F12 | HOME | PGUP | PGDN | END |
795795
// | INS | RET | TAB | ESC | DEL | BSPC | LEFT | UP | DOWN | RIGHT|
796796
// | UNDO| CUT | COPY|PASTE|CTL+K | \ | = | | | |
797-
// | | | | |UTL/SPC| |
797+
// | | SPC | | |UTL/SPC| |
798798
bindings = <
799799
&kp HOME &kp PG_UP &kp PG_DN &kp END &kp F11 &kp F12 &kp HOME &kp PG_UP &kp PG_DN &kp END
800800
&hm LALT INS &hm LGUI RET &hm LSHFT TAB &hm LCTRL ESC &kp DEL &kp BSPC &kp LEFT &kp UP &kp DOWN &kp RIGHT
801801
&kp LC(Z) &kp LC(X) &kp LC(C) &kp LC(V) &kp LC(K) &kp BSLH &kp EQUAL &trans &trans &trans
802-
&trans &trans &trans &trans &lt UTL SPACE &trans
802+
&trans &kp SPACE &trans &trans &lt UTL SPACE &trans
803803
>;
804804
};
805805

0 commit comments

Comments
 (0)