<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/dot_config/zellij, branch master</title>
<subtitle>My linux config and rc files</subtitle>
<id>https://git.sommerfeld.dev/dotfiles/atom/dot_config/zellij?h=master</id>
<link rel='self' href='https://git.sommerfeld.dev/dotfiles/atom/dot_config/zellij?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/'/>
<updated>2026-05-13T12:43:22Z</updated>
<entry>
<title>feat(zellij): explicit split binds (Alt+| vertical, Alt+_ horizontal)</title>
<updated>2026-05-13T12:43:22Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-13T12:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=38cf1936d2b509dc367499b2fa003bd53d338dea'/>
<id>urn:sha1:38cf1936d2b509dc367499b2fa003bd53d338dea</id>
<content type='text'>
tmux-style mnemonics. Bypasses NewPane's aspect-ratio auto-direction
which misfires on widescreens with pane_frames disabled.
</content>
</entry>
<entry>
<title>style(zellij): hide tips line by sizing status-bar pane to 1</title>
<updated>2026-05-13T12:43:13Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-13T12:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=2c51bc501958441e11eb1bdb91e8ed2d99e9203f'/>
<id>urn:sha1:2c51bc501958441e11eb1bdb91e8ed2d99e9203f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style(zellij): status-bar at top, tab-bar at bottom</title>
<updated>2026-05-13T12:43:13Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-13T12:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=12c014f93a97b8c79e423e4f26281b23e8bfea01'/>
<id>urn:sha1:12c014f93a97b8c79e423e4f26281b23e8bfea01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style(zellij): move tab-bar and status-bar to the top</title>
<updated>2026-05-13T12:43:12Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-13T12:43:12Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=8efa9238287d7bf9daf3e71f593afb0bcea0bbff'/>
<id>urn:sha1:8efa9238287d7bf9daf3e71f593afb0bcea0bbff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(zellij): relocate mode-entry keys to Alt+Shift+* to stop shadowing shell/nvim</title>
<updated>2026-05-13T12:43:12Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-13T12:43:12Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=dd739c9f47b11950d0fde6a19c5c36a499be5bd4'/>
<id>urn:sha1:dd739c9f47b11950d0fde6a19c5c36a499be5bd4</id>
<content type='text'>
Zellij's default Ctrl+* mode-entry keys (Ctrl+p/t/r/s/o/g/b/q) were
intercepted before reaching the inner shell/editor, shadowing zsh fzf
bindings (Ctrl+t), history navigation (Ctrl+p/n), nvim jumps (Ctrl+o),
save (Ctrl+s), etc.

Unbind all conflicting Ctrl+* entries and relocate mode-entry to
Alt+Shift+&lt;first-letter-of-mode&gt;:
  Alt+Shift+P  Pane
  Alt+Shift+T  Tab
  Alt+Shift+R  Resize
  Alt+Shift+S  Scroll
  Alt+Shift+O  Session
  Alt+Shift+Z  Locked   (Z avoids Treewalker Alt+Shift+h/j/k/l swap)
  Alt+Shift+Q  Quit

TMUX-compat mode dropped. Only Ctrl+h/j/k/l remain bound in zellij (for
vim-zellij-navigator); every other Ctrl+* now passes through.

Requires fresh zellij session (kill-all-sessions -y) to take effect.
</content>
</entry>
<entry>
<title>feat(zellij): move tab-bar to bottom via custom default layout</title>
<updated>2026-05-13T12:43:12Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-13T12:43:12Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=cb37af5837bcb9c48505abdf5f015ba96f77c320'/>
<id>urn:sha1:cb37af5837bcb9c48505abdf5f015ba96f77c320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(zellij): restore full status bar, bind Alt+\ to cycle swap layouts</title>
<updated>2026-05-13T12:43:12Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-05-13T12:43:12Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=d7e91dfe47a4950d09f982ed9621758fb18a4c78'/>
<id>urn:sha1:d7e91dfe47a4950d09f982ed9621758fb18a4c78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: restructure to chezmoi source state</title>
<updated>2026-04-21T00:23:18Z</updated>
<author>
<name>sommerfeld</name>
<email>sommerfeld@sommerfeld.dev</email>
</author>
<published>2026-04-21T00:23:18Z</published>
<link rel='alternate' type='text/html' href='https://git.sommerfeld.dev/dotfiles/commit/?id=d00bf2cb2d5087164fa509a4f20a2be62a519044'/>
<id>urn:sha1:d00bf2cb2d5087164fa509a4f20a2be62a519044</id>
<content type='text'>
Rename home/ contents to chezmoi naming conventions:
- dot_ prefix for dotfiles and dot-dirs
- private_dot_ for .gnupg and .ssh directories
- private_ for 0600 files (nym.pub)
- executable_ for scripts in .local/bin and display-toggle.sh
- symlink_ for mimeapps.list symlink
</content>
</entry>
</feed>
