Skip to content

Instantly share code, notes, and snippets.

@6david9
Created June 3, 2017 12:31
Show Gist options
  • Save 6david9/1a2530e34627fd62cc17f22033a26fea to your computer and use it in GitHub Desktop.
Save 6david9/1a2530e34627fd62cc17f22033a26fea to your computer and use it in GitHub Desktop.
set -g prefix C-g
setw -g mode-keys vi
unbind C-b
bind C-g send-prefix
bind -n C-\ split-window -h
bind -n C-M-\ split-window
bind -n F1 list-keys
bind -n C-Up select-pane -U
bind -n C-Down select-pane -D
bind -n C-Left select-pane -L
bind -n C-Right select-pane -R
bind -n C-M-Right next-window
bind -n C-M-Left previous-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment