Skip to content

Instantly share code, notes, and snippets.

@jamesmoriarty
Created February 5, 2017 08:55
Show Gist options
  • Save jamesmoriarty/87f687c1926c784d5170d4a6b52930fa to your computer and use it in GitHub Desktop.
Save jamesmoriarty/87f687c1926c784d5170d4a6b52930fa to your computer and use it in GitHub Desktop.
bind j select-pane -D
bind k select-pane -U
bind h select-pane -L
bind l select-pane -R
bind | split-window -h
bind - split-window -v
bind -r J resize-pane -D 5
bind -r K resize-pane -U 5
bind -r H resize-pane -L 5
bind -r L resize-pane -R 5
set -g pane-border-fg white
set -g pane-active-border-fg cyan
set -g pane-active-border-bg cyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment