Skip to content

Instantly share code, notes, and snippets.

@ilyadoroshin
Created January 8, 2017 23:12
Show Gist options
  • Select an option

  • Save ilyadoroshin/11e90c3276486135b4ff2aa9c03bf2d2 to your computer and use it in GitHub Desktop.

Select an option

Save ilyadoroshin/11e90c3276486135b4ff2aa9c03bf2d2 to your computer and use it in GitHub Desktop.
Byobu cheat sheet

Byobu cheat sheet

How to use split windows

C-A | or C-A V  horizontal
C-A % or C-A S vertically
C-A TAB         move to next split

http://askubuntu.com/a/493087


See also the tmux_cheat_sheet: https://gist.github.com/kwmiebach/1c5112a3070250992618#file-tmux_cheat_sheet-md

 C-Space next-window                                                                                          [108/108]
     C-a last-window
     C-c new-window
     C-d detach-client
     C-h previous-window
     Tab select-pane -t :.+
     C-l refresh-client
     C-n next-window
     C-o rotate-window
     C-p previous-window
     C-w list-windows
     C-x lock-server
     C-z suspend-client
   Space next-window
       ! break-pane
       " choose-window
       # list-buffers
       $ command-prompt -I #S "rename-session '%%'"
       % split-window -h
       & confirm-before -p "kill-window #W? (y/n)" kill-window
       ' command-prompt -p index "select-window -t ':%%'"
       ( switch-client -p
       ) switch-client -n
       * list-clients
       , command-prompt -I #W "rename-window '%%'"
       - delete-buffer
       . command-prompt "move-window -t '%%'"
       0 select-window -t :0
       1 select-window -t :1

How to change the color for activity in window indicators in the status bar

http://stackoverflow.com/questions/18476284/how-to-change-activity-in-window-color-in-byobu

How to change the color of the status bar entry of the current window

If byobu is tmux based edit this file:

nano ~/.byobu/.tmux.conf

# set the status bar entry for the current window to red/white:
set -g window-status-current-bg white
set -g window-status-current-fg red

Select Backend

http://manpages.ubuntu.com/manpages/trusty/en/man1/byobu-select-backend.1.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment