tmux
=this.titleπ
=this.img = ("[Website](" + this.url + ")") | = ("[Source](" + this.source + ")") | = ("[Documentation](" + this.docs + ")")
=("<a href='" + this.config.url + "'><button type='button'>Open Config</button></a>")
= ("> " + this.desc-short)
User Interfaceπ
Window status indicators
| Symbol | Meaning |
|---|---|
* |
Denotes the current window. |
- |
Marks the last window (previously selected). |
# |
Window is monitored and activity has been detected. |
! |
A bell has occurred in the window. |
~ |
The window has been silent for the monitor-silence interval. |
M |
The window contains the marked pane. |
Z |
The window’s active pane is zoomed. |
Configπ
Open =this.title config file ~/.tmux.conf
- copy+paste with mouse support: copy+paste in tmux seanh.cc
Commands and Shortcurtsπ
| Command | Shortcut | Description |
|---|---|---|
resize-pane -Z |
<prefix> + z | Toggle full window zoom |
resize-pane -x 33% |
change pane size to percentage of full window |
String substitution in commands
1 2 3 | |
Example
1 | |
Shell output in commands
1 | |
Pluginsπ
Referencesπ
- copy+paste in tmux seanh.cc
- Tmux intro @YouTube: config, plugins, appearance