| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
These floating popups (tips, release notes) appear on startup when
not explicitly disabled. Dismissing them with Ctrl+C triggers
zellij's Reconfigure with write_config_to_disk=true, which backs
up the config to .bak and writes a 600-line autogenerated version,
destroying stow symlinks.
Setting both to false in the config prevents the popups from
appearing and the destructive write from ever being triggered.
|
| |
|
|
|
|
|
| |
Set ZELLIJ_CONFIG_FILE to explicitly point at the XDG config path.
Without this, zellij overwrites the stow symlink with an auto-generated
default config on startup. Also remove KDL v1 semicolons from
MessagePlugin child nodes.
|
| |
|
|
|
|
|
| |
Restore minimal config after accidental dump-config overwrite.
Remove clear-defaults=true (custom bindings merge with defaults).
Remove support_kitty_keyboard_protocol (debug leftover).
Update vim-zellij-navigator from v0.2.1 to v0.3.0.
|
| |
|
|
|
| |
Replicates tmux prefix+number behavior. Available in all modes
except locked.
|
| |
|
|
|
|
|
| |
System uses Xorg, not Wayland. OSC 52 is terminal-native and works
on both X11 and Wayland without external tools. Alacritty supports
it natively. Removes copy_command from zellij config (OSC 52 is the
default when no copy_command is set).
|
| |
|
|
|
|
|
|
|
|
| |
- Swap aserowy/tmux.nvim for mrjones2014/smart-splits.nvim in init.lua
- Configure Ctrl h/j/k/l navigation keymaps (same keys as before)
- Add vim-zellij-navigator WASM plugin keybindings to zellij config
- Remove tmux treesitter parser (no longer needed)
smart-splits.nvim auto-detects zellij as the multiplexer and provides
seamless split/pane navigation across neovim and zellij boundaries.
|
|
|
Migrate from tmux to zellij. Most tmux plugin features are zellij
built-ins: session resurrection, mouse mode, clipboard integration,
pane/tab management, session manager, and search.
- gruvbox-dark theme (built-in, replaces tmux-gruvbox plugin)
- serialize_pane_viewport for full session resurrection
- copy_on_select with wl-copy for Wayland clipboard
- 50k line scrollback buffer
- attach_to_session for auto-reattach
|