Skip to content

Commit

Permalink
add tab to nav layer for easier cmd-tab-arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Oct 26, 2024
1 parent 2b04deb commit 824ee43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/lintilla.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━┛
bindings = <
// ┏━━━━━━━┓ ┏━━━━━━━┓
// ┃ ┃ ┃ DEL
___ &kp DEL
// ┃ ┃ ┃
___ ___
// ┏━━━━━━━╋━━━━━━━╋━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┓ ┏━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━╋━━━━━━━╋━━━━━━━┓
// ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ Pg Up ┃ ┃ ┃ ┃ ┃ BKSPC
___ ___ ___ ___ ___ ___ &kp PG_UP ___ ___ ___ ___ &kp BSPC
// ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ Pg Up ┃ ┃ ┃ ┃ ┃ DEL
___ ___ ___ ___ ___ ___ &kp PG_UP ___ ___ ___ ___ &kp DEL
// ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫ ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫
// ┃ ┃ Cmd A ┃ ┃ ┃ ┃ ┃ ┃ Home ┃ Left ┃ Up ┃ Right ┃ End ┃RETURN ┃
&kp GLOBE Sft LG(A) &kp LCTL &kp LALT &kp LGUI &kp RALT &kp HOME &kp LEFT &kp UP &kp RIGHT &kp END &kp RET
Expand All @@ -102,8 +102,8 @@
// ┃ Cmd Z ┃ Cmd X ┃ Cmd C ┃ Cmd D ┃ Cmd V ┃ ┃ Pg Dn ┃ ┃ Down ┃ ┃ ┃
&kp LG(Z) &kp LG(X) &kp LG(C) &kp LG(D) &kp LG(V) &kp PG_DN ___ &kp DOWN ___ ___
// ┗━━━━━━━┻━━━━━━━┻━━━━━━━┻━━━┳━━━┻━━━┳━━━┻━━━┳━━━━━━━┓ ┏━━━━━━━┳━━━┻━━━┳━━━┻━━━┳━━━┻━━━━━━━┻━━━━━━━┻━━━━━━━┛
// ┃ fn ┃ ##### ┃ ┃ ┃ ┃ SPACE ┃ ┃
&mo _NUM I___I ___ ___ &kp SPC ___
// ┃ fn ┃ ##### ┃ ┃ ┃ TAB ┃ SPACE ┃ ┃
&mo _NUM I___I ___ &kp TAB &kp SPC ___
// ┗━━━━━━━┫ ┣━━━━━━━┛ ┗━━━━━━━┫ ┣━━━━━━━┛
// ┗━━━━━━━┛ ┗━━━━━━━┛
>;
Expand Down

0 comments on commit 824ee43

Please sign in to comment.