Introduction to tmux - a really quick one

preview_player
Показать описание
In this video I want to show you Tmux so that you can leave this video with the power to simply implement it into your workflow (or not, but the choice will be yours)...

Tmux is AWESOME! Seriously it's one of my favourite tools and pieces of software that I use every single day in my terminal flow, in fact the first command I do every time I open the terminal is Tmux! Its a Terminal Multiplexer, which means basically many terminal sessions inside one terminal window (short version), with lots of extra useful stuff packed in to make working in a terminal far better & easier...

Here is Tmux:

You will see in this video that Tmux uses a Prefix key followed by your chosen Command key to do all its magic and I will take you through first of all how to change the default "CTRL + B" Prefix Key to be a much nicer and easier to reach "CTRL + A" and then show you use some of the more powerful features that Tmux offers, such as; pane splitting, pane zooming, session selecting and much much more..

Incredibly useful Tmux cheatsheet that I reference OFTEN:

set -g prefix C-a
bind C-a send-prefix
unbind C-b
###

Thanks for watching, please let me know if there is any other topics that you would like me to cover as I start to slowly add more content to this channel...

-------------------------------------
Tools:
-------------------------------------

Vid: 6
Рекомендации по теме
Комментарии
Автор

This is amazing. I quickly went from "oh i can already do this with my iterm via keyboard shortcuts" to "oh that I think I can't". Thank you for putting together a perfect introductory video.

amanangira
Автор

Killer video man. I've been trying to learn neovim lately, as well as starting my personal dotfiles repo.

I kept hearing about tmux, didn't know what it was, and this video quickly got me up to speed!

kylehassett
Автор

Quick intro with showing basics with clear explanations - exactly what I was looking for, thank you! I was always a bit scared of tmux after using it in the past, but your explanation made it easy to understand :)

michalbrz
Автор

Such a nice introduction video. Thanks for a quick way to get started with tmux

joaobaptista
Автор

It hurts how you dont have a space after $

PantsYT