Answers for "tmux split"

1

tmux split

ctrl+b then " > split horizontally
ctrl+b then shift+% > split vertical on azerty

ctrl+b then arrows to navigate
ctrl+b then x to close panel, y to confirm
Posted by: Guest on June-24-2021
0

tmux split-window leave open

tmux set-option remain-on-exit on
tmux split-window 'ping -c 3 127.0.0.1'
Posted by: Guest on August-26-2020
0

tmux split horizontal

To split a pane horizontally, press Ctrl+b and " (single quotation mark).
Posted by: Guest on January-12-2021

Browse Popular Code Answers by Language