Last active
September 9, 2015 08:22
-
-
Save muupan/546c239982dc06967436 to your computer and use it in GitHub Desktop.
byobu/tmux configuration; add these lines to ~/.byobu/keybindings.tmux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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