Skip to content

Commit f54a9ce

Browse files
committedMar 16, 2025
.
1 parent e9117d9 commit f54a9ce

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
 

‎fish/alias-and-functions.fish

+8
Original file line numberDiff line numberDiff line change
@@ -1158,3 +1158,11 @@ function fn --description "Find directories matching a pattern and exclude node_
11581158
end
11591159
fd -td $argv[1] -E node_modules
11601160
end
1161+
1162+
function c
1163+
if test -z "$argv[1]"
1164+
claude
1165+
else
1166+
claude $argv
1167+
end
1168+
end

‎karabiner/karabiner.edn

+4-3
Original file line numberDiff line numberDiff line change
@@ -923,14 +923,15 @@
923923
[:2 [:km "cursor: effect-gh"]]
924924
[:3 [:km "cursor: encore-gh"]]
925925
[:q [:km "cursor: new."]]
926-
[:w [:km "cursor: x."]]
927-
[:e [:km "cursor: try."]] ; TODO: improve, do similar like _new workspace. make work well. for new projects maybe? or bind smth good for this
926+
[:w [:km "cursor: other"]]
927+
[:e [:km "cursor: x."]]
928928
[:r [:km "cursor: pp."]]
929929
[:t [:km "cursor: notlost."]]
930930
[:u [:km "cursor: kuskus."]]
931931
[:k [:km "cursor: sb."]]
932932
[:h [:km "cursor: mojo."]]
933933
[:j [:km "cursor: ts."]]
934+
;[:s [:km "cursor: data."]]
934935
[:d [:km "cursor: nix-infra."]]
935936
[:f [:km "cursor: focus!"]]
936937
[:left_command [:km "cursor: 1focus."]]
@@ -952,7 +953,7 @@
952953
[:period [:km "cursor: rust."]]
953954
[:slash [:km "cursor: odin."]]
954955
[:left_command [:km "cursor: alfred-raycast."]] ; TODO: add kunkun
955-
[:spacebar [:km "cursor: other"]] ; TODO: similar to clones (but switch to `non-clones` and `non-workspaces` (with `.`)) (should be other/clones/forks cycle)
956+
[:spacebar [:km "cursor: try."]]
956957
[:s [:km "cursor: _new"]]
957958
]}
958959
;[:close_bracket [:km "cursor: xd."]]

0 commit comments

Comments
 (0)
Failed to load comments.