LINUXOPOLIS # 1,034 ~ TMUX - INSTALLATION & CONFIGURATION
TMUX INSTALLATION & CONFIGURATION
Building a Linux Habitatwilli glenz @ telegram
Published with SteemPeak
home ~ previous
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