tmux

konfiguracia je popisana tu

zdroj

zdroj

zdroj

Skratky

v joplin hladat 'tmux - shortcuts'

Sessions

Description shortcut
Attach last session $tmux a ; OR $tmux #
Atach to session with name mysession $tmux a -t mysession
Create new sesstion with name $tmux new -s mysession; OR :new -s mysession
Create session $ tmux; OR $tmux new; OR :new
Deatach from session ctrl+b d
Move to next session ctrl+b )
Move to previous session ctrl+b (
Rename session ctrl+b $
Show all sessions ctrl+b s; OR $tmux list-session; OR $tmux ls
Show every session, window, pane, etc... $tmux info

Windows

Description shortcut
Close current window ctrl+b &
Create new window ctrl+b c
Move current window to the left by one position : swap-window -t -1
Next window ctrl+b n
Previous window ctrl+b p
Rename current window ctrl+b ,
Reorder window, swap window number 2(src) and 1(dst) : swap-window -s 2 -t 1
Switch window by number ctrl+b 0...9

Panes

Description shortcut
Close current pane ctrl+b x
Convert pane into a window ctrl+b !
Move the current pane left ctrl+b {
Move the current pane right ctrl+b }
Resize current pane height/width(holding second key is optional) ctrl+b+arrow; OR ctrl+b ctrl+arrow
Show pane numbers ctrl+b q
Split pane horizontally ctrl+b "
Split pane vertically ctrl+b %
Switch/select pane by number ctrl+b q 0..9
Switch to next pane ctrl+b o
Switch to pane to the direction ctrl+b arrow
Toggle between pane layouts ctrl+b spacebar
Toggle last active pane ctrl+b ;
Toggle pane zoom ctrl+b z

Misc

Description shortcut
Show shortcuts ctrl+b ?
Show every session, window, pane, etc... $tmux info
Enter command mode ctrl+b :
Enter copy mode ctrl+b [

RAW

Description shortcut
Attach last session $tmux a ; OR $tmux #
Create new window ctrl+b c
Rename current window ctrl+b ,
Close current window ctrl+b &
Previous window ctrl+b p
Next window ctrl+b n
Switch window by number ctrl+b 0...9
Reorder window, swap window number 2(src) and 1(dst) : swap-window -s 2 -t 1
Move current window to the left by one position : swap-window -t -1
Show all sessions ctrl+b s; OR $tmux list-session; OR $tmux ls
Create session $ tmux; OR $tmux new; OR :new
Create new sesstion with name $tmux new -s mysession; OR :new -s mysession
Rename session ctrl+b $
Deatach from session ctrl+b d
Atach to session with name mysession $tmux a -t mysession
Move to previous session ctrl+b (
Move to next session ctrl+b )
Show shortcuts ctrl+b ?
Toggle last active pane ctrl+b ;
Split pane vertically ctrl+b %
Split pane horizontally ctrl+b "
Move the current pane left ctrl+b {
Move the current pane right ctrl+b }
Switch to pane to the direction ctrl+b arrow
Show pane numbers ctrl+b q
Switch/select pane by number ctrl+b q 0..9
Toggle pane zoom ctrl+b z
Convert pane into a window ctrl+b !
Resize current pane height/width(holding second key is optional) ctrl+b+arrow; OR ctrl+b ctrl+arrow
Close current pane ctrl+b x
Toggle between pane layouts ctrl+b spacebar
Switch to next pane ctrl+b o
Show every session, window, pane, etc... $tmux info
Enter command mode ctrl+b :
Enter copy mode ctrl+b [

Next Post