W. Glenz avatar

LINUXOPOLIS ~ TMUX # 2019-09-15

wglenz

Published: 15 Sept 2019 › Updated: 15 Sept 2019LINUXOPOLIS ~ TMUX # 2019-09-15

LINUXOPOLIS ~ TMUX # 2019-09-15

TMUX

A terminal multiplexer
Published with SteemPeak
home previous

ScreenshotScreenshot by Willi Glenz

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 #1        : youtu.be/BHhA_ZKjyxo
linuxtutorial #2        : youtu.be/norO25P7xHg
thoughtbot.com          : thoughtbot.com/blog/a-tmux-crash-course

Leave LINUXOPOLIS ~ TMUX # 2019-09-15 to:

Written by

Linux • Debian • Bash • Java

Read more #linux posts


Best Posts From W. Glenz

We have not curated any of wglenz's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From W. Glenz