LINUXOPOLIS # 1,035 ~ TMUX - WINDOWS

wglenz(54)
Published in
#linux
Words
11
Reading
1 min
Listen
Play
7y

TMUX-WINDOWS

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

screenshot by willi glenz

vim ~/.config/fish/function/gtmux-windows.fish

function gtmux-windows --description 'tmux-windows'
    clear; echo
    echo '=========================================================================='
    echo '                               TMUX-WINDOWS                               '
    echo '=========================================================================='
    echo '  CREATE  RENAME  LIST    ZOOM   SPLIT  SWITCH    CLOSE                   '
    echo ' ------------------------------------------------------------------------ '
    echo '  ^bc     ^b,     ^bw     ^bz    ^b%    ^bp       ^b&                     '
    echo '                           ^b"    ^d    ^bn       ^d                      '
    echo '                                        ^b0-9                             '
    echo '                                                                          '
    echo ' ------------------------------------------------------------------------ '
    echo '  $ tmux new -s session-name -n window-name                               '
    echo '  ^b:swap-window -t -1                                                    '
    echo '  ^b:swap-window -s 1 -t 0                                                '
    echo '=========================================================================='
    echo
end
SOURCES
 homepage ................................... github.com/tmux/tmux
 documentation .............................. github.com/tmux/tmux/wiki
 configuration .............................. github.com/samoshkin/tmux-config
 man-pages .................................. $ man tmux
 tutorial I ..... thoughtbot ................ thoughtbot.com/blog/a-tmux-crash-course
 tutorial II .... leanpub ................... leanpub.com/the-tao-of-tmux/read
 tutorial III ... tutorialinux .............. youtu.be/BHhA_ZKjyxo
 tutorial IV .... tutorialinux .............. youtu.be/norO25P7xHg
 picture .................................... screenshoot by me ~ my gnome-desktop
 fish ....................................... fishshell.com/docs/current/index.html
 picture .................................... screenshoot by me ~ my gnome-desktop
LINUXOPOLIS # 1,035 ~ TMUX - WINDOWS | Ecency