I love tmux and its copy-mode with vi command, but I'm really annoyed by the fact that this mode is very far to be as efficient as real vim.
By example, there is no keybind to just copy a word (yw), I must always "go to the begin of a word" "begin selection", "go to the end of the word" then "finish selection". A lot of operation when I just need to do yw in vim.
So, I search a way to create my own "yw" command in tmux copy-mode. Chain all the operations needed is a good idea, but a simple bind with command separated by \; just don't work (similar things works in non-copy-mode). Is there something I miss ? Or the copy-mode of tmux is just limited and not as scriptable as I need ?
Thanks to you tmuxer.