| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(zellij): explicit split binds (Alt+| vertical, Alt+_ horizontal) | 2026-05-13 | 1 | -0/+6 | |
| | | | | | | tmux-style mnemonics. Bypasses NewPane's aspect-ratio auto-direction which misfires on widescreens with pane_frames disabled. | ||||
| * | style(zellij): hide tips line by sizing status-bar pane to 1 | 2026-05-13 | 1 | -1/+1 | |
| | | |||||
| * | style(zellij): status-bar at top, tab-bar at bottom | 2026-05-13 | 1 | -4/+4 | |
| | | |||||
| * | style(zellij): move tab-bar and status-bar to the top | 2026-05-13 | 1 | -4/+4 | |
| | | |||||
| * | feat(zellij): relocate mode-entry keys to Alt+Shift+* to stop shadowing ↵ | 2026-05-13 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | shell/nvim 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+<first-letter-of-mode>: 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. | ||||
| * | feat(zellij): move tab-bar to bottom via custom default layout | 2026-05-13 | 1 | -0/+13 | |
| | | |||||
| * | feat(zellij): restore full status bar, bind Alt+\ to cycle swap layouts | 2026-05-13 | 1 | -2/+5 | |
| | | |||||
| * | refactor: restructure to chezmoi source state | 2026-04-21 | 1 | -0/+81 | |
| 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 | |||||
