m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tmux.md
blob: 38e5bcbb826b958a6d9300773ddf4ab2b503baf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Tmux

## Sessions

    (/) switch between sessions

## Window management

    .N  move window to index N
    w   choose window interactively

## Pane management

    q   display pane indices

## Run command in new session

    tmux new-session \; send-keys 'command
'
    # 
 can be entered with Ctrl-V + Enter