kexsh view
Manage views — layout configurations that arrange terminals on screen.
Synopsis
Section titled “Synopsis”kexsh view <command> [options]Commands
Section titled “Commands”create
Section titled “create”Create a named view.
kexsh view create <name>Add a terminal to a view.
kexsh view add <view-name> <terminal-id|name>$ kexsh view create coding$ kexsh view add coding a3f$ kexsh view add coding b7cSwitch to a view.
kexsh view show <name>List all views.
kexsh view lsNAME TERMINALS CREATEDcoding a3f, b7c 3 minutes ago(temp) c1d just nowDelete a view. Terminals referenced by the view are not affected.
kexsh view rm <name>Keyboard shortcuts
Section titled “Keyboard shortcuts”Inside kexsh, use Command mode (Ctrl-a) for pane operations:
| Key | Action |
|---|---|
s | Split horizontally |
v | Split vertically |
h/j/k/l | Navigate between panes |
H/J/K/L | Resize panes |
w | List views |
1-9 | Quick-switch to view by number |
n | New terminal in current view |
k | Kill current pane |
Esc | Return to Normal mode |
See also
Section titled “See also”- Core Concepts — how views relate to terminals
- kexsh terminal — manage terminal instances