1763368397_maxresdefault.jpg

Tmux is an essential tool and has functions ANY linux user will need!

Oh My TMux Project: https://github.com/gpakosz/.tmux
Best Tmux Documentation & Cheatsheet: https://github.com/rothgar/awesome-tmux .

►► Digital Downloads ➜ https://www.cttstore.com
►► Patreon ➜ https://www.patreon.com/christitustech
►► Twitch ➜ https://www.twitch.tv/christitustech
►► Website and Guides ➜ https://christitus.com

source

40 thoughts on “Tmux Tutorial

  1. I love tmux, though I have oh-my-zsh setup to ues the tmux plugin, which means tmux just works automagically regardlss of whether i'm using tty or kitty.

    Simply add the tmux extension into .zshrc's plugins line, then I also like to add this as well, so it only starts in tmux if we're not in tmux already.

    # Automatically start TMUX, if it's not set
    if [[ ! -v ZSH_TMUX_AUTOSTART ]]; then
    export ZSH_TMUX_AUTOSTART=true
    fi

  2. Hi Chris, I tried to follow your video step by step, but it doesn't work for me. Every time I try to launch Kitty with tmux attach the terminal window immediately closes. Although if beforehand I open tmux somewhere else, for example, I open Console and type tmux. Then close the console and invoke the Kitty again, everything works. I suspect that new-session -n $HOST doesn't work anymore. Any advice?

  3. I have a question…

    We log to Loki, but we still can get logs with "docker logs <container id>".

    Any chance there is something we can use to highlight lines if the log level is warning, error or fatal?

  4. Good grief with all of those plugins you might as well set up an eMacs terminal.

    I love tmux, but other than changing the prefix to C-j (I use a happy hacking keyboard so my capslock is replaced with control) I didn’t fool with much.

    The base key bindings are awesome as is.

  5. I made the switch from Windows 10 to Linux Mint 20.04. On my Dell Optiplex, I installed Windows 10 pro in a Virtualbox due to Quicken and my Logos bible software Neither will work in wine or Playonlinux. I want to mention updates. Linux may not install update like Windows but, the update manager has showed me red dots every day for the last 3 days.

  6. I like to scroll while in tmux using the mouse wheel… I'm not always at the server.
    added this to my .tmux.conf file
    set -g terminal-overrides 'xterm*:smcup@:rmcup@'

  7. This was a dizzying roller-coaster that I did NOT like. I stepped out of the cart feeling really bad, really shaken. Never before I've felt so out-of sync with Chris, in this video he seems to be on an acid trip, and talks in a foreign language I could not dig– and I DO speak a few foreign languages! I would really like to get an idea, no mater how small, of what the heck this Tmux thing is! GOSH!

  8. Been using Tmux for years; couldn't do my job without it. I found a script that allows for nested functionality; makes managing remote hosts a breeze.
    Tmux is phenomenal!

    But I ain't giving up SwayWM!

  9. I use DWM on Linux and I also use macOS. I still use tmux heavily on remote servers. Also I have tmux session files to quickly spin up various projects and environments for development. For me, the value of tmux is independent of a WM.

  10. Did you know that windows now has an official package manager? you can install it by installing the app called: App Installer from ms store and get apps using: winget install

  11. Great, for introducing the screen multiplexer.. I startered using GNU Screen since early 2000's. and never looking back again. It saved me lots of terminal emulator windows and screen space. I do not heve to be panicked when disconnected from remote server while working on it.

    Thank you.

  12. I first picked up Tmux a couple of months ago thanks to Jay at LearnLinuxTV. Started using it with vim, ranger and Typora (the Markdown reader). My school work, my writing, my hobby-coding is now all in one environment, just a command away. My desktop is cleaner, more focused, doesn't have multiple windows unused windows open. Now this tutorial is giving me ideas how to further refine everything. Thank you, Chris. And Jay if you are reading this.

Comments are closed.