7

Right problem is I want use Byobu I really like it BUT I messed up and changed settings in F9 and choose the screen keybindings NOW I cant get back to the F9 settings to change it back and cant use any the F keys for Byobu, its very annoying and cant find a solution anyone care to help with the matter?

I tried remove Byobu and screen without any difference made I hunted online cant find an answer either

I'm running ubuntu server 10.4

Thank you in advance.

Jorge Castro
  • 73,717

2 Answers2

9
  • Delete your ~/.byobu folder. This folder contains most of your keybindings, and config settings.

  • You can also launch byoby-config and change your configuration there (It does not allow changing screenbindings, only notification panel). This is the same binary which is launched on pressing F9

  • Lastly try reinstalling with a purge (apt-get purge byobu) and install it again (apt-get install byobu)

Nemo
  • 9,610
0
  • Delete /tmp/tmux-[UID] folder (where [UID] is your user id).
  • Delete ~/.tmux.config

Byobu uses tmux as its backend by default so the way it behaves might depend on tmux configuration. Even though tmux ls shows no sessions removing the /tmp/tmux-[UID] might help.

Emsi
  • 140