W. Glenz avatar

LINUXOPOLIS # 1,040 ~ TMUX - INSTALLATION

wglenz

Published: 08 Mar 2020 › Updated: 08 Mar 2020LINUXOPOLIS # 1,040 ~ TMUX - INSTALLATION

LINUXOPOLIS # 1,040 ~ TMUX - INSTALLATION

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

Leave LINUXOPOLIS # 1,040 ~ TMUX - INSTALLATION 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