4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
22 results tagged tmux x
  • Note: tmux sessions

    Create new session while in a session : ctrl+b :new
    Rename session : ctrl+b :rename-session -t old new
    Move window to another session : ctrl+b . => prompt : session-name

    Navigate between sessions : ctrl+b w

    23 janvier 2023 à 11:01:29 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?jUGEtg
    sessions tmux
  • thumbnail
    Alert in tmux when a process completes - Stack Overflow

    tmux <3

    3 janvier 2023 à 11:24:21 UTC+1 - permalink - archive.org - https://stackoverflow.com/questions/23755063/alert-in-tmux-when-a-process-completes
    notification tmux
  • Eliminating delays on ESC in vim and zsh - John Hawthorn
    23 septembre 2021 à 17:13:40 UTC+2 - permalink - archive.org - https://www.johnhawthorn.com/2012/09/vi-escape-delays/
    delay tmux vim zsh
  • thumbnail
    gpakosz/.tmux: 🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
    23 juin 2021 à 10:47:48 UTC+2 - permalink - archive.org - https://github.com/gpakosz/.tmux
    tmux
  • Note: tmux command multiple panes

    bind-key M setw synchronize-panes

    9 décembre 2019 à 10:57:09 UTC+1 - permalink - archive.org - https://links.infomee.fr/?etwZbw
    pane sync tmux
  • thumbnail
    How do I reorder tmux windows? - Super User

    bind-key -n C-S-Left swap-window -t -1
    bind-key -n C-S-Right swap-window -t +1

    Pressing Ctrl+Shift+Left (will move the current window to the left. Similarly right. No need to use the modifier (C-b).

    21 août 2019 à 11:21:10 UTC+2 - permalink - archive.org - https://superuser.com/questions/343572/how-do-i-reorder-tmux-windows
    tmux
  • thumbnail
    arl/tmux-gitbar: Git in your tmux status bar
    10 août 2019 à 13:44:09 UTC+2 - permalink - archive.org - https://github.com/arl/tmux-gitbar#installation
    git tmux
  • thumbnail
    GitHub - tmux-plugins/tmux-continuum: Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.

    Encore mieux que tmux-resurrect

    25 juillet 2019 à 08:12:01 UTC+2 - permalink - archive.org - https://github.com/tmux-plugins/tmux-continuum
    tmux
  • thumbnail
    tmux in practice: iTerm2 and tmux – freeCodeCamp.org

    pour binder ctrl tab et shift ctrl tab pour avec next/previous window il faut un peu de bricolage :

    Dans iterm on peut créer des bindings :
    ctrl + tab --> Send hexa -> 0x01 0x6e
    shift ctrl tab --> Send hexa -> 0x01 0x70

    Ces codes hexa correspondent à l'enchainement "ctrl+a n" et "ctrl+a p"

    (tools utile : showkey -a sur linux)

    21 mai 2019 à 10:20:34 UTC+2 * - permalink - archive.org - https://medium.freecodecamp.org/tmux-in-practice-iterm2-and-tmux-integration-7fb0991c6c01
    iterm mac tmux
  • thumbnail
    Is there an easy way to "restart" a tmux pane? - Unix & Linux Stack Exchange

    respawn-pane -k

    better than kill-pane

    5 janvier 2018 à 14:30:56 UTC+1 - permalink - archive.org - https://unix.stackexchange.com/questions/88392/is-there-an-easy-way-to-restart-a-tmux-pane
    pane tmux
  • thumbnail
    jpetazzo/critmux: Docker + CRIU + tmux = magic!
    5 octobre 2017 à 15:15:00 UTC+2 - permalink - archive.org - https://github.com/jpetazzo/critmux
    criu docker tmux
  • thumbnail
    linux - tmux: hangs and do not load, and do not respond to any option command - Stack Overflow

    Parfois, après avoir été déco, il arrive que mon tmux 'freeze' : je peux attach, detach, mais je ne peux rien faire dans les window

    Apparement cela vient de mon client qui s'est mal détaché. Pour régler le problème :

    tmux list-clients
    tmux detach-client

    21 août 2017 à 11:11:36 UTC+2 - permalink - archive.org - https://stackoverflow.com/questions/7408068/tmux-hangs-and-do-not-load-and-do-not-respond-to-any-option-command
    bug tmux
  • Note: Poor guy monitoring with tmux

    tmux <3

    while true; do python monitor_beanstalk.py; bg_color=$([ $? == 0 ] && echo "green" || echo "red"); tmux set-window-option -t${TMUX_PANE} window-status-bg $bg_color; sleep 30; clear; done

    16 juin 2017 à 11:36:55 UTC+2 - permalink - archive.org - https://links.infomee.fr/?OlX-xw
    monitoring tmux
  • thumbnail
    How to convert 2 horizontal panes to vertical panes in tmux? - Super User

    C-a space
    to cycle trough available layouts

    17 novembre 2016 à 08:17:55 UTC+1 - permalink - archive.org - http://superuser.com/questions/493048/how-to-convert-2-horizontal-panes-to-vertical-panes-in-tmux
    tmux
  • thumbnail
    Bugsnag Blog - Benefits of using tmux - lessons from streamlining a development environment
    15 novembre 2016 à 11:12:02 UTC+1 - permalink - archive.org - https://blog.bugsnag.com/benefits-of-using-tmux/
    tmux
  • thumbnail
    Is there an easy way to "restart" a tmux pane? - Unix & Linux Stack Exchange

    So <prefix>+: and then enter respawn-pane -k and press Enter

    31 octobre 2016 à 15:38:51 UTC+1 - permalink - archive.org - http://unix.stackexchange.com/questions/88392/is-there-an-easy-way-to-restart-a-tmux-pane
    tmux
  • thumbnail
    How do I reorder tmux windows? - Super User

    C-A
    :swap-window -t 0

    12 octobre 2016 à 10:26:55 UTC+2 - permalink - archive.org - http://superuser.com/questions/343572/how-do-i-reorder-tmux-windows
    tmux
  • Intelligent tmux Session Management: tmuxomatic

    Un tmux session manager qui a l'air facile à utiliser avec une approche original : il faut "dessiner" la conf du layout

    via Doo

    13 avril 2016 à 13:30:53 UTC+2 - permalink - archive.org - https://n0where.net/intelligent-tmux-session-management-tmuxomatic/
    tmux
  • thumbnail
    tmux-plugins/tmux-resurrect

    <3

    15 septembre 2015 à 13:56:41 UTC+2 * - permalink - archive.org - https://github.com/tmux-plugins/tmux-resurrect
    tmux
  • A tmux Tutorial and Primer
    16 juin 2014 à 23:07:16 UTC+2 - permalink - archive.org - http://www.danielmiessler.com/study/tmux/
    screen tmux
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation