Skip to content

Instantly share code, notes, and snippets.

@mehdidc
Created January 16, 2018 05:31
Show Gist options
  • Save mehdidc/34843b52b175fcb470c5783126bb013c to your computer and use it in GitHub Desktop.
Save mehdidc/34843b52b175fcb470c5783126bb013c to your computer and use it in GitHub Desktop.
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# Start window numbering at 1
set -g base-index 1
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-open'
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment