tmux floating popups ━━━━━━━━━━━━━━━━━━━━ https://youtu.be/2ZqFDsJywt8 Date: July 15, 2021 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. [code] 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 </tmux-nav-2021/> │ for more information on how I navigate tmux, check out this full post