How can I detach byobu screen without F-key. The F6 key does not work for me (whatever problem with OSX ssh client terminal settings), is there alternative command to do the same?
How can I detach byobu screen without F-key. The F6 key does not work for me (whatever problem with OSX ssh client terminal settings), is there alternative command to do the same?
All of the standard tmux/screen escape sequences also work.
So, if your escape key is Ctrl-a, then you can detach using Ctrl-a-d.
See the manpages for tmux or screen for their keybindings.
Full disclosure: I am the author and maintainer of Byobu.