Introduction to tmux

preview_player
Показать описание
00:17 - Why I like Tmux
01:20 - Creating Tmux Session
01:45 - Bash: Ctrl + R - Recursive Search
02:02 - Tmux: Prefix Key (default Ctrl+B)
02:05 - Tmux: New Window - Prefix c
02:07 - Tmux: Switch Window - Prefix #
02:36 - My Tmux Config
02:50 - Demo of "nested tmux"
04:00 - Tmux: Rename Window - Prefix ,
04:20 - Tmux: Send/Join Pane Prefix [s|j]
05:08 - Tmux: Setting Search to Vi mode
05:30 - Tmux: Enter edit mode Ctrl+[
05:45 - Tmux: Showing off tmux Searching
06:03 - Tmux: Copy and pasting lots of text
06:27 - Tmux: Logging Plugin
07:30 - Tmux: Splitting
08:20 - Tmux: Zooming - Prefix z
09:00 - Tmux: Moving Panes
09:20 - Bash: Cycle through past arguments Alt+.
09:50 - Bash: Moving cursor to begin, end or skipping words
10:45 - Tmux: Help Page Prefix ?
Рекомендации по теме
Комментарии
Автор

after you said lets jump in 0:16 i expected you to say as always we begin with nmap -sC for default script sV enumerate versions oA output all format hahahaha

robinhood
Автор

Long tmux user here yet I've learned something new today thanks to you! Thank you for the sharing of knowledge!

xrZt
Автор

First video to nail everything I needed to know in order to use this at my job!! Thanks!

Aaron-crrx
Автор

I always back here to learn more Tmux feature quickly. Now I came back here to remember on Tmux Splitting.
I utterly forgot about this (9:20) fashion, and it works with Esc-Dot on macOS.

thedawnofslayer
Автор

Realized I really needed to switch after doing a couple HTB challenges and I had like 3-4 different terminals to pull up. Thanks so much!

paprika
Автор

"Vee aye master race" - damn right you are! :D The ctrl-b to ctrl-a remount is such an elegent "hack", thanks!

maciekstrzelecki
Автор

You can use tmux shortcuts in recursive tmux sessions (even when you are bind to ctrl+b prefix). You only need to press b twice (ctrl+b+b+[key])

EvoLzTV
Автор

Dude, it's like you build the whole damn tmux. Too much knowledge in a very short time. I need to watch this video at least 10 times. haha..

dibbyo
Автор

I always notice how you save so much time by using tmux, so I'll definitely be familiarizing myself with it from now on.

lesleybw
Автор

If looking for config file content:

# Remap prefix to screens
set -g prefix C-a
bind C-a send-prefix
unbind C-b


# Quality of line stuff
set -g history-limit 10000
set -g allow-rename off


## Join Windows
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"


# Search Mode VI (default is emac)
set-window-option -g mode-keys vi


run-shell

vinitodeibiza
Автор

Best tmux video I've ever seen - great work bro :). Learned a ton and subscribed

vonniehudson
Автор

Amazing tutorials, best one on the internet .I am visiting YouTube literally just to see did you upload new video . Thanks

strmina
Автор

Oh my god! I become an unstoppable force just by watching this vid :o

ragnarlothbrok
Автор

YES I’ve been waiting for a video on this from someone!! Your channel is great man keep it up!

dayplayer
Автор

Hey ippSec it's been a long time since I watch your HTB videos. I really appreciate the effort you are sharing this with the community. I just wanted to ask you a pleasure, I think it will be really appreciative if you could make a video on how you have your Kali Linux VM set up. Thank you and keep up!

tortotifa
Автор

<2 mins in and already picked up sometime new and super useful

RowanSheridan
Автор

The video everybody you inspired with your methodology needed!
Good job!

acerockson
Автор

I wanted to give you a tip. When you have to paste text into a file, you can do cat > file.txt and then paste the content. You can exit with Ctrl+D.

alterego
Автор

appreciate your vids man! teaching an old dog new tricks daily!

WayneOliver-The
Автор

Every person that i talk to about tmux always mentions they learned it from this video.

bigbooduh