Created
June 3, 2017 12:31
-
-
Save 6david9/1a2530e34627fd62cc17f22033a26fea to your computer and use it in GitHub Desktop.
This file contains 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
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