Created
November 25, 2017 13:51
-
-
Save chartsai/d099e3171daea5fc0cf34ce45c260bc5 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-option -g default-shell /bin/zsh | |
set-option -g history-limit 30000 | |
set -g mouse on | |
unbind-key % | |
unbind-key '"' | |
unbind-key c | |
bind-key - split-window -v -c "#{pane_current_path}" | |
bind-key | split-window -h -c "#{pane_current_path}" | |
bind-key c new-window -c "#{pane_current_path}" | |
bind h select-pane -L | |
bind j select-pane -D | |
bind k select-pane -U | |
bind l select-pane -R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment