Skip to content

Instantly share code, notes, and snippets.

@PaSaSaP
Created November 26, 2022 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaSaSaP/40e0a9ec1bfa5303284ed028997d012a to your computer and use it in GitHub Desktop.
Save PaSaSaP/40e0a9ec1bfa5303284ed028997d012a to your computer and use it in GitHub Desktop.
Byobu custom bindings.
unbind-key -n C-a
set -g prefix ^A
set -g prefix2 F12
bind a send-prefix
# for old releases...
bind-key -n C-S-F3 swap-window -t :-1 -d \; select-window -p
bind-key -n C-S-F4 swap-window -t :+1 -d \; select-window -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment