Skip to content

Commit 79058e4

Browse files
committedMar 15, 2025
.
1 parent 98fca3d commit 79058e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎karabiner/karabiner.edn

+4-3
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,6 @@
881881
;[:z :!CO0] ; Show Dropzone dropdown
882882
{:des "capskey (projects)"
883883
:rules [:escape-mode
884-
;[:2 [:km "cursor: gitedit."]] ; TODO: setup (view projects at some point in time from commit, bootstrap, run, branches etc.)
885884
[:q [:km "cursor: xn."]]
886885
[:w [:km "cursor: x."]]
887886
[:e [:km "cursor: focus!"]]
@@ -897,8 +896,8 @@
897896
[:left_command [:km "cursor: 1focus."]]
898897
[:g [:km "cursor: gpton."]]
899898
[:l [:km "cursor: la."]]
900-
[:semicolon [:km "cursor: swift."]]
901-
[:quote [:km "cursor: 1f."]]
899+
[:semicolon [:km "cursor: 1f."]]
900+
[:quote [:km "cursor: swift."]]
902901
[:b [:km "cursor: moonbit."]]
903902
[:n [:km "cursor: py."]]
904903
[:m [:km "cursor: go."]]
@@ -917,6 +916,8 @@
917916
[:spacebar [:km "cursor: other"]] ; TODO: similar to clones (but switch to `non-clones` and `non-workspaces` (with `.`)) (should be other/clones/forks cycle)
918917
[:s [:km "cursor: _new"]]
919918
]}
919+
;[:quote [:km "cursor: 1f."]]
920+
;[:2 [:km "cursor: gitedit."]] ; TODO: setup (view projects at some point in time from commit, bootstrap, run, branches etc.)
920921
;[:quote [:km "cursor: ocaml."]]
921922
;[:spacebar [:km "cursor: nikiv-ui."]]
922923
;[:b [:km "cursor: kotlin."]]

0 commit comments

Comments
 (0)
Failed to load comments.