TMUX
A terminal multiplexerPublished with SteemPeak
home

SUMMARY
03 TMUX ............................................................. v1 2019-08 new
02 installation ..................................................... v1 2019-08 new
06 configuration .................................................... v1 2019-08 new
06 documentation .................................................... v1 2019-08 new
07 first-steps ...................................................... v1 2019-08 new
05 keybindings ...................................................... v1 2019-08 new
01 tutorials ........................................................ v1 2019-08 new
04 sources .......................................................... v1 2019-08 new
#07
07 FIRST-STEPS
WINDOW-MANAGEMENT
$ tmux .................................. [01] ..................... start tmux
^bc ..................................... [02] ................ create a window
^b, ..................................... [03] .............. rename the window
^bc ..................................... [04] .......... create another window
^bn ^bp ................................. [05] ..... switch to the other window
^d ...................................... [06] ................ delete a window
^bw ..................................... [07] ............... list all windows
06 DOCUMENTATION
tmux-wiki : github.com/tmux/tmux/wiki
06 CONFIGURATION
$ vim ~/.tmux.conf
# remap prefix to ctrl+a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
source : github.com/samoshkin/tmux-config
05 KEYBINDINGS
^bc ...............................................................create window
^b, .............................................................. rename window
source $ man tmux
04 SOURCES
manpages : man.openbsd.org/OpenBSD-current/man1/tmux.1
tmux-wiki : github.com/tmux/tmux/wiki
the tao of tmux : leanpub.com/the-tao-of-tmux/read
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