feat(zellij): add help function to list registered aliases

Type `zjh` (or `zh` with z prefix) to print a quick-reference table.
Only aliases and functions that were actually registered are shown,
so conflicts with other plugins are reflected accurately.
This commit is contained in:
hobe 2026-03-25 13:44:14 +09:00
commit 0f061a2d0d
2 changed files with 33 additions and 0 deletions

View file

@ -58,6 +58,10 @@ The following convenience functions are always available (unless the name is alr
| `zrf` | `zellij run --floating --` | Run a command in a floating pane |
| `ze` | `zellij edit` | Edit a file in a pane |
## Help
Type `zjh` (or `zh` with `z` prefix) to see a summary of all available aliases and functions.
## Completions
This plugin caches the zellij completion script. On first load the cache is generated