Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 22700 ideas, 138270 comments, 2629576 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor gokcehan

enable mouse in byobu  
Written by gokcehan the 5 Sep 12 at 10:13. Global category: Usability. New
In tmux there are options for mouse such as:

* resizing panes using mouse
* selecting panes using mouse
* selecting window using mouse
* scrolling with mouse (mode-mouse)

It should be possible to set this in byobu as well.
6
votes
up equal down
Solution #1: use tmux options to provide mouse support
Written by gokcehan the 5 Sep 12 at 10:13.
Tmux already has support for mouse. It should be possible to enable them in Byobu using options like:

set-option -g mouse-resize-pane on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-option -g mode-mouse on

Also I think it would make sense if these are enabled by default.

See the 1 comments or propose a solution (latest comment the 5 Dec 12 at 22:11) >>

Improve terminal multiplexers in desktop  
Written by gokcehan the 4 Sep 12 at 16:50. Global category: Usability. Not an idea
Terminal multiplexers (screen, tmux, byobu) are a nice boost for command line users especially people working over ssh. They are mostly designed to be working even without Xorg running (not sure about byobu -- I have problems with splitting and function keys without Xorg). The problem is that they are not always intuitive when working in a terminal emulator. Even things like copy-paste requires some knowledge about clipboards which is bad for the inexperienced.

I think byobu is going in the right direction and is the best candidate for this purpose. Things that can be improved include:

* mouse support (even tmux has it, not sure about screen)
* copy paste with mouse when using vertical splits
* clipboard integration (imagine Ctrl+Shift+c working with panes)
* gnome-terminal tab integration with byobu tabs
* automatic attaching-detaching on close

A similar project is going on to integrate iterm2 with tmux on OSX. I believe as linux users, we deserve to be spoiled with the best command line tools available.
0
votes
closed
Solution #1: improve byobu-terminal
Written by gokcehan the 4 Sep 12 at 16:50.
I think power users are already confortable with screen and tmux. Having an extra abstraction layer with Byobu project seems redundant. Byobu is more appropriate to serve as a better gnome-terminal integration instead.

Byobu-terminal application is already a skeleton for this purpose (I think it is currently just a gnome-terminal running byobu).

also see http://code.google.com/p/iterm2/wiki/TmuxIntegration

See the 2 comments or propose a solution (latest comment the 21 Sep 12 at 11:15) >>

better use of gnome-terminal tabs with byobu  
Written by gokcehan the 5 Sep 12 at 10:48. Global category: Accessibility. New
Using byobu in a gnome-terminal, users are given a choice for creating a new tab from gnome-terminal or creating a new window from byobu. These two methods usually serves the same purpose (unless working with an ssh) and could be merged to avoid confusion.
1
votes
up equal down
Solution #1: merge byobu windows with gnome-terminal tabs
Written by gokcehan the 5 Sep 12 at 10:48.
byobu windows can take advantage of gnome-terminal tabs because they are easy to create with a common keyboard shortcut (Ctrl+Shift+T) or with the mouse (right click options or the global menu) and it is possible to move between them using the mouse.

gnome-terminal tabs can take advantage of byobu-windows because they are attachable/detachable and works in the same ssh connection.

A similar project is going on to integrate iterm2 with tmux on OSX. I believe as linux users, we deserve to be spoiled with the best command line tools available ;)

also see http://code.google.com/p/iterm2/wiki/TmuxIntegration

See the 2 comments or propose a solution (latest comment the 6 Sep 12 at 12:21) >>