Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
revamp nav
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbj committed Jan 8, 2024
1 parent 1a58608 commit e9ddd5b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
8 changes: 4 additions & 4 deletions config/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
nav {
label = "nav";
bindings = <
&trans ___ &kp HOME &kp UP &kp END &kp PG_UP &kp LA(LG(LEFT)) &kp LA(LG(RIGHT)) &kp LA(LG(F)) &kp LC(W) &kill_word &trans
&trans ___ &kp LEFT &kp DOWN &kp RIGHT &kp PG_DN &kp LC(LA(LG(LEFT))) &kp LC(LA(LG(RIGHT))) &kp LC(Q) &kp LC(R) ___ &trans
&trans &tmux_prev &tmux_next &kp LA(B) &kp LA(F) ___ ___ &sk LGUI &sk LALT &sk LCTRL &sk LSHFT &trans
&trans &trans &shift &trans &trans &tog NAV
&trans ___ &kp HOME &kp UP &kp END &kp PG_UP &kp LC(LA(UP)) &kp LC(LA(LG(LEFT))) &kp LC(LA(LG(RIGHT))) &kp LC(W) &kill_word &trans
&trans ___ &kp LEFT &kp DOWN &kp RIGHT &kp PG_DN &kp LC(LA(LEFT)) &kp LC(LA(RIGHT)) &kp LC(LA(RET)) &kp LC(R) &kp LC(Q) &trans
&trans &tmux_prev &tmux_next &kp LA(B) &kp LA(F) ___ &kp LC(LA(DOWN)) &sk LGUI &sk LALT &sk LCTRL &sk LSHFT &trans
&trans &trans &shift &trans &trans &tog NAV
>;
};
adjust {
Expand Down
14 changes: 8 additions & 6 deletions keymap-drawer/keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions keymap-drawer/keymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ layers:
-
-
-
- ⌥⌘←
- ⌥⌘→
- ⌥⌘F
- LC(LA(UP))
- ⌃⌥⌘←
- ⌃⌥⌘→
- ⌥W
- Esc+D
- {t: ▽, type: trans}
Expand All @@ -191,19 +191,19 @@ layers:
-
-
-
- ⌃⌥⌘←
- ⌃⌥⌘→
- ⌃Q
- LC(LA(LEFT))
- LC(LA(RIGHT))
- LC(LA(RET))
- ⌃R
- ''
- ⌃Q
- {t: ▽, type: trans}
- {t: ▽, type: trans}
- ⌃QP
- ⌃QN
- ⌥B
- ⌥F
- ''
- ''
- LC(LA(DOWN))
- {t: ⌘, h: ' '}
- {t: ⌥, h: ' '}
- {t: ⌃, h: ' '}
Expand Down

0 comments on commit e9ddd5b

Please sign in to comment.