+++ date = "2025-09-05T23:46:51+00:00" lastmod = "2025-09-05T23:46:51+00:00" tags = [ "linux", "clips" ] +++ I helped someone with a [tmux](https://github.com/tmux/tmux/wiki/Getting-Started#about-tmux) config. It's been a while since I've used `tmux` but I've since realized it's better to copy paste `tmux list-keys` into `tmux.conf` and reset all shortcuts (for debugging). ```shell tmux list-keys ``` The [help menu](https://github.com/tmux/tmux/wiki/Getting-Started#help-keys) (`tmux list-keys -N`) displays shortcuts with `bind-key -N "description"`. {{< video remote=true preload="none" caption="Clearing and redeclaring all key shortcuts" source="https://res.cloudinary.com/dpszgzqjb/video/upload/v1757115237/tmux-config.mp4" poster="https://res.cloudinary.com/dpszgzqjb/image/upload/v1757115239/tmux-config-poster.png" >}}