Skip to content

Instantly share code, notes, and snippets.

@bitops
Created December 10, 2014 19:42
Show Gist options
  • Select an option

  • Save bitops/a496a051cc0fbe7855fb to your computer and use it in GitHub Desktop.

Select an option

Save bitops/a496a051cc0fbe7855fb to your computer and use it in GitHub Desktop.
# 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