I have in my ~/.byobu/.tmux.conf
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
so normally I could enter in copy mode by:
Prefix + [
then I could use vi commands to navigate and enter vi select mode by 'v' yank the selection by 'y'
after that I could put/paste in the terminal by:
Prefix + ]
Now after a system upgrade of KDE Neon (v - begin-selection) doesn't work anymore.
Any ideas?