panesync toggle <- panesync commit

This commit is contained in:
2026-06-19 15:26:00 +02:00
parent a6a700b2c0
commit 7367b2f778
5 changed files with 11 additions and 23 deletions

View File

@@ -172,7 +172,6 @@ open_scrollback = "ALT+S"
create_worktree = "ALT+W"
pane_sync_toggle = "ALT+Y"
pane_sync_select = "SPACE"
pane_sync_commit = "ALT+SHIFT+Y"
paste = "CTRL+SHIFT+V"
```
@@ -191,10 +190,9 @@ paste = "CTRL+SHIFT+V"
- `Alt+s`: open the active pane scrollback in `$EDITOR`
- `Alt+w`: edit a worktree name, then run `git worktree add <relative_worktree_path>/<name>`
from the previously focused pane's working directory
- `Alt+y`: enter pane-sync selection mode, cancel selection mode, or stop an active pane sync
- `Alt+y`: enter pane-sync selection mode, commit the selection, or stop an active pane sync
- `Space`: toggle the focused pane in the sync set while pane-sync selection mode is active
- `Alt+Shift+y`: commit the current pane-sync selection; input typed or pasted into any synced
pane is mirrored to the other synced panes
- Once committed, input typed or pasted into any synced pane is mirrored to the other synced panes
- `Ctrl+Shift+v`: paste
- Font default: `JetBrainsMono Nerd Font`
- Kitty graphics protocol parsing is enabled by default