LINUXOPOLIS # 1,040 ~ TMUX - INSTALLATION

wglenz(54)
Published in
#linux
Words
14
Reading
1 min
Listen
Play
7y

TMUX INSTALLATION & CONFIGURATION

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

screenshot by willi glenz

vim ~/.config/fish/functions/gtmux-installation.fish

function gtmux-installation --description 'tmux installation & configuration'
    clear; echo
    echo '==========================================================================='
    echo '                     TMUX INSTALLATION & CONFIGURATION                     '
    echo ' ~/.tmux.conf                                                              '
    echo '==========================================================================='
    echo '        INSTALLATION                                CONFIGURATION          '
    echo ' ------------------------------------------------------------------------- '
    echo '  $ which tmux                               $ vim ~/.tmux.conf            '
    echo '  $ apt-cache search tmux screen                  set -g prefix C-a        '
    echo '  $ apt-cache show tmux                           unbind C-b               '
    echo '  deb # apt install tmux                          bind C-a send-prefix     '
    echo '  fed # dnf install tmux                                                   '
    echo '  red # yum install tmux                          bind | split-window -h   '
    echo '  arc # pacman -S tmux                            bind - split-window -v   '
    echo '  $ which tmux                                    unbind \'"\'             '
    echo '  $ man tmux                                      unbind %                 '
    echo '                                                                           '
    echo '                                                  setw -g mouse on         '
    echo '==========================================================================='
    echo
end
SOURCES
 homepage ...................................... github.com/tmux/tmux
 configuration ................................. github.com/samoshkin/tmux-config
 documentation ................................. github.com/tmux/tmux/wiki
 man-pages ..................................... $ man tmux
 jeremy lacroix - part I ....................... youtu.be/gmjyMxezIWU
 jeremy lacroix - part V ....................... youtu.be/bjBjZvZsgks
 fish .......................................... fishshell.com/docs/current/index.html
 picture ....................................... screenshoot by me ~ my gnome-desktop
LINUXOPOLIS # 1,040 ~ TMUX - INSTALLATION | Ecency