Created
December 10, 2014 19:42
-
-
Save bitops/a496a051cc0fbe7855fb to your computer and use it in GitHub Desktop.
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
| # Use Ctrl+O as bind key | |
| unbind C-b | |
| unbind C-o | |
| set -g prefix C-o | |
| # Use vi key bindings to navigate | |
| set-window-option -g mode-keys vi | |
| # Use Ctrl+O, O to switch back and forth between panes | |
| bind-key C-o last-window |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment