list of tmux actions
Jun 29, 2024
So I couldn’t find a list of where the actions you can bind keys to for tmux, such as
bind-key -T copy-mode-vi K send-keys -X halfpage-up
I checked all the manpages but couldn’t find anything. So turns out I could only find them in the source, as linked above. Checking it out I was able to find a cool action which I’ve bound as:
bind-key -T copy-mode-vi W send-keys -X copy-end-of-line-and-cancel
which is pretty handy when copying stuff from copy mode in tmux. Hope this helps, God bless!