Skip to content

Instantly share code, notes, and snippets.

@muupan
Last active September 9, 2015 08:22
Show Gist options
  • Save muupan/546c239982dc06967436 to your computer and use it in GitHub Desktop.
Save muupan/546c239982dc06967436 to your computer and use it in GitHub Desktop.
byobu/tmux configuration; add these lines to ~/.byobu/keybindings.tmux
# Move the current window left/right by Ctrl+Shift+Left/Right
bind-key -n C-S-Left swap-window -t -1
bind-key -n C-S-Right swap-window -t +1
# Move to the prev/next window by Shift+Left/Right
bind-key -n S-Left prev
bind-key -n S-Right next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment