-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
25 lines (22 loc) · 915 Bytes
/
Copy pathconfig.example.yaml
File metadata and controls
25 lines (22 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copy to ~/.config/sx/config.yaml (global) or .sx.yaml in a repo (per-project).
# Per-project values override global ones.
worktree_dir: .worktrees # where worktrees are created, relative to repo root
review_command: code --reuse-window . # optional; runs only when explicitly requested from review
# Optional action overrides. Keys are action names and values are one of a
# character, enter, up, down, esc, tab, ctrl-n, ctrl-w, ctrl-x, or ctrl-p.
# bindings:
# command-palette: ctrl-p
# new-session: ctrl-o
# Named project actions appear in the command palette. Each source must name an
# existing local (use local/<branch> when it conflicts with a remote) or remote
# branch; command is optional and is entered in the created/reused session.
# actions:
# review-release:
# source: origin/release
# command: agent review
files:
copy:
- .env
- .env.*
symlink:
- node_modules