TMUX
A terminal multiplexerPublished with SteemPeak
home previous

SUMMARY
03 TMUX ............................................................. v1 2019-08
01 tutorials ........................................................ v1 2019-08
07 windows .......................................................... v2 2019-09 update
08 sessions ......................................................... v2 2019-09 update
04 keybindings ...................................................... v2 2019-09 update
02 installation ..................................................... v1 2019-08
05 configuration .................................................... v1 2019-08
06 documentation .................................................... v1 2019-08
#08
08 SESSIONS
STEP
01 $ tmux ls | list-sessions | ctrl-b s ......................... list sessions
02 $ tmux new -2 -s maintenance ................................... new session
$ man tmux
07 WINDOWS
STEP
01 $ tmux .......................................................... start tmux
02 ^bc ........................................................ create a window
03 ^b, ...................................................... rename the window
04 ^bc .................................................. create another window
05 ^bn ^bp ......................................... switch to the other window
06 ^d ......................................................... delete a window
07 ^bw ....................................................... list all windows
08 ^b% ^b" ..........[my keybindings: ^v ^h].................... split a window
06 DOCUMENTATION
tmux-wiki : github.com/tmux/tmux/wiki
manpages : man.openbsd.org/OpenBSD-current/man1/tmux.1
the tao of tmux : leanpub.com/the-tao-of-tmux/read
05 CONFIGURATION
$ vim ~/.tmux.conf
# remap prefix to
set -g prefix C-a
unbind C-b
bind C-a send-prefix
github.com/samoshkin/tmux-config
04 KEYBINDINGS
^bc ...............................................................create window
^b, .............................................................. rename window
^0 ... 9 ......................................................... switch window
source $ man tmux
03 TMUX
homepage : github.com/tmux/tmux
documentation : github.com/tmux/tmux/wiki
02 INSTALLATION
$ apt-cache search tmux screen
$ apt-cache show tmux
# apt install tmux
homepage : github.com/tmux/tmux
documentation : github.com/tmux/tmux/wiki
01 TUTORIALS
linuxtutorial
linuxtutorial
thoughtbot.com : thoughtbot.com/blog/a-tmux-crash-course