Skip to content

Instantly share code, notes, and snippets.

@chartsai
Created November 25, 2017 13:51
Show Gist options
  • Save chartsai/d099e3171daea5fc0cf34ce45c260bc5 to your computer and use it in GitHub Desktop.
Save chartsai/d099e3171daea5fc0cf34ce45c260bc5 to your computer and use it in GitHub Desktop.
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