본문 바로가기

Linux

Byobu 도움말

Byobu는 screen 이나 tmux 기반(backend) 로 하는 profile 이다.

# BYOBU_BACKEND can currently be "screen" or "tmux"
# Override this on a per-user basis by editing "$BYOBU_CONFIG_DIR/backend"
# or by launching either "byobu-screen" or "byobu-tmux" instead of "byobu".
#BYOBU_BACKEND="tmux"

putty에서 펑션키가 안먹힌다면 터미널->키보드->펑션키와키패드 : Hanterm 로 바꾸어주자

기본 키바인딩은 여기에 : /usr/share/byobu/keybindings 
각 개인의 키바인딩 변경을 변한다면 ~/.byobu/keybindings

Byobu is a suite of enhancements to tmux, as a command line
tool providing live system status, dynamic window management,
and some convenient keybindings:

  F1                            * Used by X11 *
    Shift-F1                    Display this help
  F2                            Create a new window
    Shift-F2                    Create a horizontal split
    Ctrl-F2                     Create a vertical split
    Ctrl-Shift-F2               Create a new session
  F3/F4                         Move focus among windows
    Shift-F3/F4                 Move focus among splits
    Ctrl-F3/F4                  Move a split
    Ctrl-Shift-F3/F4            Move a window
    Alt-Up/Down                 Move focus among sessions
    Shift-Left/Right/Up/Down    Move focus among splits
    Ctrl-Shift-Left/Right       Move focus among windows
    Ctrl-Left/Right/Up/Down     Resize a split
  F5                            Reload profile, refresh status
    Shift-F5                    Toggle through status lines
    Ctrl-F5                     Reconnect ssh/gpg/dbus sockets
    Ctrl-Shift-F5               Change status bar's color randomly
  F6                            Detach session and then logout
    Shift-F6                    Detach session and do not logout
    Ctrl-F6                     Kill split in focus
  F7                            Enter scrollback history
    Alt-PageUp/PageDown         Enter and move through scrollback
  F8                            Change the current window's name
    Shift-F8                    Toggle through split arrangements
    Ctrl-F8                     Restore a split-pane layout
    Ctrl-Shift-F8               Save the current split-pane layout
  F9                            Launch byobu-config window
  F10                           * Used by X11 *
  F11                           * Used by X11 *
    Alt-F11                     Expand split to a full window
    Shift-F11                   Join window into a horizontal split
    Ctrl-F11                    Join window into a vertical split
  F12                           Escape sequence
    Shift-F12                   Toggle on/off Byobu's keybindings
    Ctrl-Shift-F12		Modrian squares



Since you are using 10.04 I'll assume you are still using the screen backend to byobu. You should also learn the screen shortcuts - at least the most important ones.

  1. Ctrl+ac == create new window
  2. Ctrl+ap == previous window
  3. Ctrl+an == next window
  4. Ctrl+aa == toggle between two windows
  5. Ctrl+a[number] == switch to window [number]
  6. Ctrl+ad == detach from session

There are various reasons why this may not work. And you will encounter more the more different programs you use.

For example the default byobu shortcuts block out the ones in Midnight Commander (various F-keys), but you can use Alt+[number], e.g. Alt+1 replaces F1.


'Linux' 카테고리의 다른 글

멀티 IP 쓰기, ip alias  (0) 2012.08.23
Macbook에서 Linux 커널패닉 날때 (IO APIC)  (2) 2012.08.09
[Linux/Unix]디스크 쿼타(Disk Quota)  (0) 2012.07.20
Linux Performance Metrics  (0) 2012.07.05
시스템 성능향상을 위한 팁!!  (0) 2012.07.04