normalmode

joined 1 year ago
[–] normalmode@mastodon.social 5 points 1 year ago* (last edited 1 year ago) (1 children)

@Owell1984 @eshep 2. Your tmux session runs in a server process, so if you close the enclosing terminal or disconnect from your SSH session, everything in your tmux session keeps running and you can reconnect to it later on.

You can also have a bunch of tmux sessions running in a single tmux server, and switch between them with a couple of keystrokes.

Once you start using tmux (or screen) it’s very hard to imagine going back to life without it!

2/2

[–] normalmode@mastodon.social 2 points 1 year ago (2 children)

@Owell1984 @eshep It has 2 basic functions:

  1. It allows you to add (effectively) tab pages to your shell, and split each page into multiple windows. Yes your terminal can likely do this, but this is running inside your shell, so it works the same way if you’re logged in locally or running over SSH.

1/2