# tmux

 * `^B I` - Installs new plugins from GitHub or any other git repository
 * `^B U` - updates plugin(s)
 * `^B alt u`- remove/uninstall plugins not on the plugin list
 * `^B [` - scroll/copy mode 
   * `q` - quits
   * `^<space>` - start higlight
   * `<esc>w` - copy highlighted text
 * `^B %`/`|` - split vertical/horizontal
 * `^B <-`/`^B ->` - move between windows
 * `^B z` - zoom pane to the whole window
 * `^B /` - search
 * `^B y` - copy command to clipboard
 * `^B Y` - copy PWD to clipboard
 * `^B C` - create new session from within the currebt one
 * `^B g` - switch to another session
 * `^B ]` - paste from clipboard
 * `^B b` - last window
 * `^B <space>` - change layout
 * save buffer in file: `^B:capture-pane -S -3000<enter>^B:save-buffer file.txt<enter>`
 * `^B D` - disconnect other clients
 * `tmux new-session -A -s NAME` - create new or attach to existing named session

## byobu

 * `byobu-tmux` - start byobu with tmux CLI options
 * `^B` `|`/`%` - horizontal/vertical split
 * `Enter` - copy highlight
 
[top](#file-00-index-md)