-
tmux targeted session
[https://youtu.be/5KE7Il7SOEk](https://youtu.be/5KE7Il7SOEk){.youtube-embed} This is something that I made up but use every single day, this is what keeps much
-
tmux detach
[https://youtu.be/A1qx3tNKDdA](https://youtu.be/A1qx3tNKDdA){.youtube-embed} tmux detach is a handy tmux command that will quit your current session while keepi
-
tmux attach
https://youtu.be/JQ0yDCVu44E attach is one of the most useful features of tmux. If you have no interest in tmux for pane and window management, you should use
-
tmux ls
[https://youtu.be/LY41GLn_DGg](https://youtu.be/LY41GLn_DGg){.youtube-embed} tmux ls will list the sessions that you have running within the tmux server if tmux
-
tmux command line
[https://youtu.be/SNu-4IrkjAs](https://youtu.be/SNu-4IrkjAs){.youtube-embed} So far we have covered a lot of tmux commands and how they map to keybindings but t
-
tmux copy-mode
[https://youtu.be/-ypY_-VmBKk](https://youtu.be/-ypY_-VmBKk){.youtube-embed} tmux copy-mode is a tmux mode that lets you scroll, search, copy, and jump your way
-
tmux join-pane
[https://youtu.be/Vm5rRtcVXLw](https://youtu.be/Vm5rRtcVXLw){.youtube-embed} Join-pane allows you to join panes that you have broken away from your window, or c
-
tmux break-pane
[https://youtu.be/ICL609F2xnc](https://youtu.be/ICL609F2xnc){.youtube-embed} Break-pane is a handy tmux command when your layout gets too cramped and you want t
-
tmux zoom
[https://youtu.be/Rn6mOarCQ-Y](https://youtu.be/Rn6mOarCQ-Y){.youtube-embed} Zooming into the current split in tmux is a valuable tool to give yourself some scr
-
tmux new-window
[https://youtu.be/YRPZBv-iYyE](https://youtu.be/YRPZBv-iYyE){.youtube-embed} New window as it sounds makes new windows in tmux. Windows are kind of like tabs.
-
tmux slect-pane
[https://youtu.be/CPZJZjN9YTY](https://youtu.be/CPZJZjN9YTY){.youtube-embed} These are my MOST often used keybindings that I use in tmux. They allow me to jump
-
tmux rotate-window
[https://youtu.be/06z5qf81ofo](https://youtu.be/06z5qf81ofo){.youtube-embed} Rotate window is the main way that I navigated tmux before I learned `select-pane`.
-
tmux select-layout
[https://youtu.be/F0mHnwTrNNc](https://youtu.be/F0mHnwTrNNc){.youtube-embed} When you get many splits going in tmux sometimes its time for a new layout. There a
-
tmux resize-panes
[https://youtu.be/hpFYE2LU7xc](https://youtu.be/hpFYE2LU7xc){.youtube-embed} Resizing panes in tmux can be quite difficult in default tmux, I use a set of keybi
-
tmux choose-tree
[https://youtu.be/79Y-kqAiMpw](https://youtu.be/79Y-kqAiMpw){.youtube-embed} Choose tree is a powerful tmux utility that provides a graphical interface to previ
-
tmux prefix
[https://youtu.be/BMkpbfhbkKM](https://youtu.be/BMkpbfhbkKM){.youtube-embed} The prefix key is an essential part of tmux, by default all of tmux's key-bind
-
tmux splitting panes
[https://youtu.be/kzgyiHap1nQ](https://youtu.be/kzgyiHap1nQ){.youtube-embed} splitting panes is a core feature of tmux. It allows us to split the terminal vert
-
tmux last session
[https://youtu.be/RB87EEnnMnU](https://youtu.be/RB87EEnnMnU){.youtube-embed} An ultimate productivity key-binding in tmux is one to switch to the last session.
-
tmux floating popups
[https://youtu.be/2ZqFDsJywt8](https://youtu.be/2ZqFDsJywt8){.youtube-embed} Tmux popups are actually floating windows that you can drag around the screen. The
-
tmux popups
[https://youtu.be/2I8fB28zfB4](https://youtu.be/2I8fB28zfB4){.youtube-embed} Tmux-popups are a great feature that is relatively new to tmux, many repos such as
-
How I navigate tmux in 2021
In 2021 I changed the way I navigate between tmux sessions big time. Now I can create, kill, switch with ease, and generally keep work separated into logical g
-
If Tmux
I do much of my work from tmux, I love it so much that I want to setup some functionality that puts me in tmux even if I didn't ask for it. Bash Function B
-
Keyboard Driven VSCode
Reimagining my tmux configuration inside of vscode.