Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 215 Bytes

tmux.md

File metadata and controls

19 lines (16 loc) · 215 Bytes

New Window from tmux command line

new-window

Change window

select-window -t 1

Resize Panes

resize-pane -U 15

Detach from tmux (Leaves running in background)

detach