tmux

علی ذوالفقار
1399/10/06 18:02:39 (681)
install :
yum install tmux

usage :
tmux new -s Session_Name
ctrl+b d : detach from session
tmux ls : list tmux-sessions on server
tmux attach-session -t Target_session : connect to the session

#shortcuts :
brake pan vertically ctr+b -> %
brake pan horizentally ctrl+b -> "
enable scroll ctrl+b -> [
jump in pans ctrl+b -> arrow-keys
Back