Byobu: Difference between revisions
From James's Wiki
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
byobu-tmux rename-window test | byobu-tmux rename-window test | ||
keyboard commands:<br> | |||
https:// | https://wiki.michaelhan.net/Byobu | ||
https://askubuntu.com/questions/296377/how-do-i-change-the-default-shell-used-in-byobu-tmux | https://askubuntu.com/questions/296377/how-do-i-change-the-default-shell-used-in-byobu-tmux |
Latest revision as of 15:56, 27 July 2022
Put the following in your $HOME/.byobu/.tmux.conf:
nano ~/.byobu/.tmux.conf
nano $HOME/.byobu/.tmux.conf
set -g default-shell /usr/bin/fish
set -g default-command /usr/bin/fish
byobu-enable
byobu-tmux rename-window test
keyboard commands:
https://wiki.michaelhan.net/Byobu
https://askubuntu.com/questions/296377/how-do-i-change-the-default-shell-used-in-byobu-tmux