Skip to content

Commit

Permalink
Remove unused hold-tap
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Oct 26, 2024
1 parent 685c8ce commit 64fc1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/keymap/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
display-name = "NAV";
bindings = <LAYER_FROM34( \
// ╭─────────────┬────────────────┬─────────────────┬──────────────────┬──────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&none, &p_tab_desk, &n_tab_desk, &alt_tabber, &close_reopen, &kp PG_UP, CT(HOME), &kp UP, CT(END), &none, \
&none, &p_tab_desk, &n_tab_desk, &alt_tabber, &close_reopen, &kp PG_UP, &kp HOME, &kp UP, &kp END, &none, \
// ├─────────────┼────────────────┼─────────────────┼──────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp LGUI, &hml_m LALT MB4, &hml_m LCTRL MB5, &hsl LSHFT LC(F), &kp LC(A), &kp PG_DN, &kp LEFT, &kp DOWN, &kp RIGHT, &sel_word, \
// ├─────────────┼────────────────┼─────────────────┼──────────────────┼──────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
Expand Down

0 comments on commit 64fc1f8

Please sign in to comment.