About 1,240,000 results
Open links in new tab
  1. windows - tmux/screen alternative for powershell - Super User

    Apr 5, 2012 · Is there an alternative to tmux/screen that would work on Windows with Powershell? I'm aware of Powerscreen, but it seems dead for a long time. Cygwin wouldn't work with …

  2. scrolling - How do I scroll in tmux? - Super User

    Feb 9, 2025 · How do I scroll with either the keyboard or mouse? The tmux man page indicates one must enter copy-mode to scroll. Is there a way to quickly scroll without manually entering …

  3. tmux vs. screen - Super User

    Jan 17, 2016 · I'm about to get back into using GNU Screen, but I have been hearing people occasionally mention tmux as a better alternative. Does it really offer an alternative to all the …

  4. How do I reorder tmux windows? - Super User

    In screen, I can just type C-a :number 0 to move a window to the top of the window list and push all the other windows down one. What's the equivalent command sequence for tmux? I looked …

  5. How can I make tmux use my default shell? - Super User

    On a new setup, tmux is using bash instead of my default (zsh). How can I force it to use zsh?

  6. How do I rename a session in tmux? - Super User

    505 When I first started using tmux, I didn't give my first session a name. Then, as I started creating different sessions for different tasks (work, play, etc), I started naming my sessions. …

  7. Restore tmux session after reboot - Super User

    Jun 21, 2012 · Is there any way to save a tmux session? In other words, if I reboot the computer, will I always lose the sessions?

  8. How to detach a tmux session that itself already in a tmux?

    You type D. Your local tmux passes it through normally (since the second CTRL + B finished a full command key sequence for the local tmux). Your remote tmux has it bound to detach-client; it …

  9. vim - how to paste into tmux from system clipboard - Super User

    Apr 9, 2020 · I'm using tmux with WSL (Ubuntu 18.04) and I can't figure out how to paste into tmux. Pasting works great with the normal terminal by simply right clicking, but this doesn't …

  10. How do I reload TMUX configuration? - Super User

    Trying to transition to tmux (version 1.6) on OS X 10.7 (so I'm sure I am making a noob mistake) and having problems with the simplest of commands. In my ~/.tmux.conf I have to map the …