LINUXOPOLIS # 1,034 ~ TMUX - INSTALLATION & CONFIGURATIONsteemCreated with Sketch.

in #linux5 years ago

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 '  # apt install tmux                              bind C-a send-prefix     '
    echo '  $ which tmux                                                             '
    echo '  $ man tmux                                      bind | split-window -h   '
    echo '                                                  bind - split-window -v   '
    echo '                                                  unbind \'"\'             '
    echo '                                                  unbind %                 '
    echo '                                                                           '
    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 - learnlinuxtv ................. youtu.be/gmjyMxezIWU
 fish .......................................... fishshell.com/docs/current/index.html
 picture ....................................... screenshoot by me ~ my gnome-desktop

Coin Marketplace

STEEM 0.16
TRX 0.16
JST 0.028
BTC 68814.11
ETH 2404.54
USDT 1.00
SBD 2.36