diff options
| author | 2026-04-17 10:53:40 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:40 +0100 | |
| commit | 9f402bda88400acdce003a17bf0c0d2d3120de97 (patch) | |
| tree | 98f89cc4b0d8d176d3dc872d3f5a28c2f6608ca9 /.github | |
| parent | d5768e4edd0ed422f4cf72917868bc6443882a0e (diff) | |
| download | dotfiles-9f402bda88400acdce003a17bf0c0d2d3120de97.tar.gz dotfiles-9f402bda88400acdce003a17bf0c0d2d3120de97.tar.bz2 dotfiles-9f402bda88400acdce003a17bf0c0d2d3120de97.zip | |
docs: add zellij section to copilot-instructions
Document the terminal multiplexer setup: zellij config location,
vim-zellij-navigator + smart-splits.nvim integration.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/copilot-instructions.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index bea133f..a680256 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -14,6 +14,10 @@ This is a personal dotfiles repository for an Arch Linux system. Configuration f - `firefox/` contains Firefox hardening overrides and custom CSS. - `create-efi.sh` is an interactive EFI boot entry creation script using `efibootmgr`. +## Terminal multiplexer + +Zellij is the terminal multiplexer. Config lives in `home/.config/zellij/config.kdl`. Most features are built-in defaults (session resurrection, mouse mode, clipboard). The `vim-zellij-navigator` WASM plugin enables seamless Ctrl h/j/k/l navigation between zellij panes and neovim splits (paired with `smart-splits.nvim` on the neovim side). + ## Shell configuration Zsh-only setup with three files: |
