W. Glenz avatar

LINUXOPOLIS # 1,041 TMUX - CONFIGURATION

wglenz

Published: 09 Mar 2020 › Updated: 09 Mar 2020LINUXOPOLIS # 1,041 TMUX - CONFIGURATION

LINUXOPOLIS # 1,041 TMUX - CONFIGURATION

TMUX - CONFIGURATION

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

screenshot by willi glenz

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

Leave LINUXOPOLIS # 1,041 TMUX - CONFIGURATION 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