Skip to content

Instantly share code, notes, and snippets.

@bspaulding
Created April 7, 2019 18:25
Show Gist options
  • Save bspaulding/82cc07edc725ec5309b7e4a2fe9d8ec3 to your computer and use it in GitHub Desktop.
Save bspaulding/82cc07edc725ec5309b7e4a2fe9d8ec3 to your computer and use it in GitHub Desktop.
set -g default-terminal "xterm"
setw -g mode-keys vi
set -sg escape-time 10
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 @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'odedlaz/tmux-onedark-theme'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment