ops/bin/byobu-info

18 lines
616 B
Plaintext
Raw Normal View History

2019-10-14 22:08:03 +00:00
#!/usr/bin/env sh
/usr/local/bin/motd
printf "\nyou're in a byobu session\n"
2019-10-14 22:08:03 +00:00
printf "if you're familiar with tmux, continue as normal, but with ctrl-a instead of ctrl-b\n"
2020-08-01 11:26:00 +00:00
printf "if you don't want to this happen by default when you log in, run byobu-disable.\n"
2020-08-01 11:17:02 +00:00
printf '\npress shift-f1 for a full list of keybinds.\n'
2020-08-01 11:26:00 +00:00
printf 'man byobu for more info.\n'
2020-08-01 11:17:02 +00:00
printf '\nf2 creates a new tab\n'
2019-10-14 22:08:03 +00:00
printf 'f3 and f4 move you between tabs\n'
printf 'f6 disconnects and leaves everything running\n'
printf 'shift-f12 disable/enable byobu f-key bindings\n'
2020-08-01 11:17:02 +00:00
2020-08-01 12:19:38 +00:00
printf '\nedit your session startup in ~/.byobu/.tmux.conf.\n\n'