So just to be clear I went with a very lazy move to linux from windows. I was not looking to use my day to day in a unixy type way and wanted something that I can install and go without much muss or fuss. So I went with zorin and yeah I have dropped to the command line for some apt installs or such but bascially it was only as needed. Very minimal. Anyway today Im messing with folders and files and suddenly it hit me. Im on linux I can do a lot of this easier with the command line. I know its stupid but my day to day sorta has a mouse brain guie mode and I sorta forget how much easier it is to do some stuff using syntax. So going forward im going to be bringing up the command line to do the things that are quicker.
EDITED - guys I have used command line for years. before there even was a gui. Im trying to say I grew out of the habit but using linux at home is getting me back into it.


Welcome back to terminal land. Pick up basic tmux (attach, detach, change session, open/change panes, scroll/copy/paste), it really helps when you need to type a command and also read the output of another command or config file.
For example, pressing ctrl-b % splits the window into two panes. So you can read the man page for a command and then use ctrl-b and left/right arrow to swap between panes. Now you’re back to 'alt-tab’ing between windows without the need for a mouse.
deleted by creator
ironically I used the gui to split the terminal today.
some benefits to using tmux,
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-nbaby steps though. don’t rush into things. don’t even worry about what i said… just learn to use
manand--help(and/or installtldr) 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!By default ctrl-b ctrl b is how you access the remote tmux. It can be more comfortable to use a custom bind though.
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.I would recommand zellij instead of tmux or screen. For the simple fact that by default, shortcuts are sensible and the most important ones are always on screen.
It is not as venerable as the other 2, but much more easy to get into.
i grabbed gnu screen. works well enough and its gpl3
If it works for you. I have heard the advantage of screen is that you can bind directly to a Pty/serial. Would be nice for me since I sometimes needs to connect as serial instead of SSH.
It’s not too late son, turn away from the dark side. May the terminal be with you