LINUXOPOLIS # 1,041 TMUX - CONFIGURATION
TMUX - CONFIGURATION
Building a Linux Habitatwilli glenz @ telegram
Published with SteemPeak
home ~ previous
vim ~/.config/fish/functions/gtmux-configuration.fish
function gtmux-configuration --description 'tmux configuration'
clear; echo
echo '==========================================================================='
echo ' TMUX-CONFIGURATION '
echo '==========================================================================='
echo ' $ vim ~/.tmux.conf '
echo '---------------------------------------------------------------------------'
echo ' # PREFIX '
echo ' set -g prefix C-a '
echo ' unbind C-b '
echo ' bind C-a send-prefix '
echo ' '
echo ' # WINDOW SPLITTING '
echo ' bind | split-window -h '
echo ' bind - split-window -v '
echo ' unbind \'"\' '
echo ' unbind % '
echo ' '
echo ' # MOUSE MODE '
echo ' setw -g mouse on '
echo ' '
echo ' # STATUS LINE '
echo ' set -g status on '
echo ' set-option -g status-position top '
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 V ....................... youtu.be/bjBjZvZsgks
fish .......................................... fishshell.com/docs/current/index.html
picture ....................................... screenshoot by me ~ my gnome-desktop