Skip to content

Commit f2ef2da

Browse files
committed
Remove cursor settings
1 parent 4cd6d3b commit f2ef2da

7 files changed

Lines changed: 2 additions & 125 deletions

File tree

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ indent_size = 2
77
indent_style = space
88
trim_trailing_whitespace = true
99

10-
[sync/cursor/*.json]
11-
indent_size = 4
12-
1310
[sync/karabiner/karabiner.json]
1411
indent_size = 4

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This is a dotfiles repository managed by chezmoi for setting up a development en
6565

6666
### Synchronization
6767

68-
- `sync/` - Files synchronized between systems (cursor, karabiner configs)
68+
- `sync/` - Files synchronized between systems (karabiner configs)
6969
- `third_party/` - External dependencies (neodev.nvim, wezterm-types)
7070

7171
## Template System

src/Library/Application Support/private_Cursor/User/symlink_keybindings.json.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Library/Application Support/private_Cursor/User/symlink_settings.json.tmpl

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/bin/executable_commit-message-editor

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/bin/sh
22
set -eu
33

4-
if [ -n "${CURSOR_TRACE_ID:-""}" ] && [ -x "$(command -v cursor)" ]
5-
then
6-
exec cursor --wait "$@"
7-
elif [ "${TERM_PROGRAM:-""}" = 'vscode' ] && [ -x "$(command -v code)" ]
4+
if [ "${TERM_PROGRAM:-""}" = 'vscode' ] && [ -x "$(command -v code)" ]
85
then
96
exec code --wait "$@"
107
elif [ -x "$(command -v nvim)" ]

sync/cursor/keybindings.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

sync/cursor/settings.json

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)