Options

Terminal Multiplexers

ally_ukally_uk Member Posts: 1,145 ■■■■□□□□□□
This is for the Linux / Unix Wizards

do you run a terminal multiplexer? if so which one? screen? tmux?

What does your setup look like :)

enlighten me chaps
Microsoft's strategy to conquer the I.T industry

" Embrace, evolve, extinguish "

Comments

  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    I use tmux, but nothing fancy visually. I used to update the key bindings and add cool colors etc. but I'm pretty much used to the default now. So it looks the same as yours!
    An expert is a man who has made all the mistakes which can be made.
  • Options
    ally_ukally_uk Member Posts: 1,145 ■■■■□□□□□□
    :) I use tmux aswell the only thing I do is this:

    tmux new-session \; split-window -h \;

    which sets up a two window setup. I do want to explore more exotic features but just haven't had the time to sit and play.
    Microsoft's strategy to conquer the I.T industry

    " Embrace, evolve, extinguish "
  • Options
    VeritiesVerities Member Posts: 1,162
    Default terminal application in MacOS (changed the default color scheme so my eyes don't dry out) and try to manage everything from my Ansible control node. There are times when its infeasible to do all the tasks and for that I'll just ssh over in the same terminal session. Rarely do I need more than one terminal session open to manage all my systems, when I do I just use screen, which is allows for you to easily alternate between open terminals.
Sign In or Register to comment.