

some benefits to using tmux,
- When you switch terminal emulators your workflow and keybinds come with you.
- If you need to operate within a tty, you can still use tmux and it feels almost like using a wm but without a gui.
- useful if you need to drop out of your desktop environment or maybe your DE/WM/compositor fails to load.
- also if you DE/WM/compositor crashes, your terminal doesn’t go with it.
- If you ever end up working on servers it’s so nice to be able to have the same workflow that you already use on desktop.
- tmux in my experience is much more scriptable.
- running system updates in tmux scares me less–if i accidently close the running terminal window i won’t end up with a partial update.
One pro tip: on your local machine, set the tmux prefix to <C-n> (instead of <C-b>), that way when you’re using tmux on a remote server you can run tmux on the remote as well as on your local and the binds don’t conflict.
unbind C-b
set-option -g prefix C-n
baby steps though. don’t rush into things. don’t even worry about what i said… just learn to use man and --help (and/or install tldr) keep building on the knowledge you have as you go; and don’t be afraid to jump in when something interests you. good luck friend!








ya but for me it was easier to mentally map
ctrl-b + keyfor remote,ctrl-n + keyfor local. also sometimes i’ll use the prefix, then change my mind andescout, and with the whole double prefix thing it broke my brain. everyone is different though lol maybe that was a bad protip.