mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
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:
parent
fe46305436
commit
0f061a2d0d
2 changed files with 33 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue