Skip to content

Instantly share code, notes, and snippets.

@abdulhadad
Last active May 17, 2019 08:04
Show Gist options
  • Save abdulhadad/97669d94b566cd41218baf6481de3ccc to your computer and use it in GitHub Desktop.
Save abdulhadad/97669d94b566cd41218baf6481de3ccc to your computer and use it in GitHub Desktop.
Tmux sample usage

tmux

Masuk dan keluar tmux

# Masuk
tmux

# Keluar
exit

# Keluar detach
ctrl + b  d

# Masuk attach
tmux a
tmux ls
tmux a -t 0

Split

# split horizontal
ctrl + b  "

# split vertical
ctrl + b  %

# navigasi
ctrl + b  arrow

Scrolling

ctrl + b [ arrow/pgup/pgdown # q untuk quit

# page
ctrl + q pgup/pgdown # q untuk quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment