tmux floating popups

https://youtu.be/2ZqFDsJywt8{.youtube-embed}

https://youtu.be/2ZqFDsJywt8

Tmux popups are actually floating windows that you can drag around the screen. They always open in the middle (by default) when you open them, no matter where you leave them.

Here are a couple of keybindings I use to open up popup windows.

bind C-g display-popup -E "ta ~/git"
bind -n M-g display-popup -E "tmux new-session -A -s scratch"

How I navigate tmux in 2021

for more information on how I navigate tmux, check out this full post

Connections

Related tags and posts connected to this entry.