LINUXOPOLIS # 1,040 ~ TMUX - INSTALLATION

in #linux4 years ago (edited)

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
Sort:  

Congratulations @wglenz! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

You published a post every day of the week

You can view your badges on your Steem Board and compare to others on the Steem Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

To support your work, I also upvoted your post!

Do not miss the last post from @steemitboard:

Downvote challenge - Add up to 3 funny badges to your board
Use your witness votes and get the Community Badge

You can upvote this notification to help all Steem users. Learn how here!