Skip to content

feat(zellij): set default_mode to "locked" in layout template#316

Closed
ghost wants to merge 1 commit into
mainfrom
unknown repository
Closed

feat(zellij): set default_mode to "locked" in layout template#316
ghost wants to merge 1 commit into
mainfrom
unknown repository

Conversation

@ghost

@ghost ghost commented May 6, 2026

Copy link
Copy Markdown

Summary

  • Sets default_mode "locked" in the Zellij layout template so that keybindings like ctrl+p are passed through to the running agent instead of being captured by Zellij.
  • Since sidekick sessions have minimal direct interaction with Zellij, starting in locked mode provides a better default experience.

Closes #315

This prevents Zellij from capturing keybindings like ctrl+p that are
needed by the agent. Since sidekick sessions have minimal interaction
with Zellij itself, starting in locked mode provides a better
experience by letting all keys pass through to the running tool.

Closes #315
@github-actions github-actions Bot added the size/xs Extra small PR (<3 lines changed) label May 6, 2026
@ghost ghost changed the title feat(zellij): set default_mode to "locked" in layout template feat(zellij): set default_mode to "locked" in layout template May 12, 2026
@ghost ghost closed this by deleting the head repository May 29, 2026
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs Extra small PR (<3 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature(zellij): add default_mode = 'locked'

0 participants