Shell Integration
In-prompt expansion for your favorite shell.
Capability Matrix
| Feature | Bash | Zsh | Fish | Tmux |
|---|---|---|---|---|
| Expand on Space | ✓ | ✓ | ✓ | — |
Manual expand Ctrl+T | ✓ | ✓ | ✓ | — |
FZF search Ctrl+F | ✓ | Not yet | Not yet | — |
FZF search Alt+F | ✓ | Not yet | Not yet | — |
| `$ | $` cursor marker | ✓ | — | — |
| Inject into pane | — | — | — | ✓ |
Popup picker prefix+Ctrl+g | — | — | — | ✓ |
Sections
- Bash Plugin — Readline bindings (full support: expand, fzf search)
- Zsh Plugin — ZLE widget integration (expand only, fzf planned)
- Fish Plugin — Command line hooks (expand only, fzf planned)
Tmux Integration
Tmux integration is available separately — see the Tmux Implementation reference for setup instructions and the ce-tmux-picker.sh popup picker workflow.