4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    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

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

      tmux <3

      January 3, 2023 at 11:24:21 AM GMT+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
      September 23, 2021 at 5:13:40 PM GMT+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 ❤️
      June 23, 2021 at 10:47:48 AM GMT+2 - permalink - archive.org - https://github.com/gpakosz/.tmux
      tmux
    • Note: tmux command multiple panes

      bind-key M setw synchronize-panes

      December 9, 2019 at 10:57:09 AM GMT+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).

      August 21, 2019 at 11:21:10 AM GMT+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
      August 10, 2019 at 1:44:09 PM GMT+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

      July 25, 2019 at 8:12:01 AM GMT+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)

      May 21, 2019 at 10:20:34 AM GMT+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

      January 5, 2018 at 2:30:56 PM GMT+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!
      October 5, 2017 at 3:15:00 PM GMT+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

      August 21, 2017 at 11:11:36 AM GMT+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

      June 16, 2017 at 11:36:55 AM GMT+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

      November 17, 2016 at 8:17:55 AM GMT+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
      November 15, 2016 at 11:12:02 AM GMT+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

      October 31, 2016 at 3:38:51 PM GMT+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

      October 12, 2016 at 10:26:55 AM GMT+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

      April 13, 2016 at 1:30:53 PM GMT+2 - permalink - archive.org - https://n0where.net/intelligent-tmux-session-management-tmuxomatic/
      tmux
    • thumbnail
      tmux-plugins/tmux-resurrect

      <3

      September 15, 2015 at 1:56:41 PM GMT+2 * - permalink - archive.org - https://github.com/tmux-plugins/tmux-resurrect
      tmux
    • A tmux Tutorial and Primer
      June 16, 2014 at 11:07:16 PM GMT+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