Skip to content

Instantly share code, notes, and snippets.

@akottr
Last active November 4, 2016 09:08
Show Gist options
  • Save akottr/bd25dca5a585a3994af3e93d65bebfd0 to your computer and use it in GitHub Desktop.
Save akottr/bd25dca5a585a3994af3e93d65bebfd0 to your computer and use it in GitHub Desktop.
# set vi mode
set-window-option -g mode-keys vi
# make ctrl left/right work
set-window-option -g xterm-keys on
# allow scroll with mouse wheel
bind-key m setw -g mode-mouse on
bind-key M setw -g mode-mouse off
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment