Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to have changes in ~/.byobu/.tmux.conf take effect without restarting byobu

I want to change my default shell in byobu without restarting it. However, when I modify lines in ~/.byobu/.tmux.conf to do this:

from:

set -g default-shell /usr/bin/fish
set -g default-command /usr/bin/fish

to:

set -g default-shell /usr/bin/zsh
set -g default-command /usr/bin/zsh

New windows and sessions still start with the fish prompt. I am not sure what else to try besides close out of all of the byobu sessions, but this is undesirable because processes are running which I do not want to kill.

How can I change my default shell in byobu, and can I do it without closing all byobu sessions/windows?

like image 577
jmerkow Avatar asked Nov 20 '15 20:11

jmerkow


People also ask

Is byobu the same as tmux?

Tmux is another terminal multiplexer that includes most features of GNU Screen. Byobu is an enhancement for GNU Screen or tmux, used with the Linux operating system.

How do I activate byobu?

Press F9 to enter the Byobu configuration menu. The options available are to view the help guide, toggle status notifications, change the escape sequence, and toggle Byobu on or off at login. Navigate to the Toggle status notification option and press ENTER .

How do I enable mouse on byobu?

Enable mode-mouse using Alt-F12 .

What is byobu terminal?

Byobu is an enhancement for the GNU Screen terminal multiplexer or tmux used with the Linux computer operating system that can be used to provide on-screen notification or status, and tabbed multi-window management. It is intended to improve terminal sessions when users connect to remote servers.


1 Answers

Just press F5 to refresh Byobu!

Full disclosure: I am the author and maintainer of Byobu.

like image 179
Dustin Kirkland Avatar answered Oct 02 '22 18:10

Dustin Kirkland