Byobu splits and mouse click

Asked by Márcio Almada

Can I use mouse click to focus on Byobu splits?

I know Byobu is a terminal multiplexer and mouse is not a priority, but I still would like to know if there is a way to focus on a split using mouse click instead of keyboard shortcuts.

In negative case, it certainly would be a great feature.

Question information

Language:
English Edit question
Status:
Solved
For:
byobu Edit question
Assignee:
No assignee Edit question
Solved by:
Hilario J. Montoliu (hjmf)
Solved:
Last query:
Last reply:
Revision history for this message
Best Hilario J. Montoliu (hjmf) (hmontoliu) said :
#1

Hi Márcio Almada,

If you use byobu-tmux you edit .byobu/.tmux.conf with the following parameters:

set -g mouse-select-pane on
set -g mouse-select-window on
set -g mouse-resize-pane on
set -g mouse-utf8 on

HTH

--
hmontoliu <at> ubuntu.com
http://hmontoliu.blogspot.com

Revision history for this message
Márcio Almada (marcio-web2) said :
#2

Thanks Hilario J. Montoliu (hjmf), that solved my question.