Skip to content

Instantly share code, notes, and snippets.

@koutoftimer
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koutoftimer/9f14ebd790c2016e2f52 to your computer and use it in GitHub Desktop.
Save koutoftimer/9f14ebd790c2016e2f52 to your computer and use it in GitHub Desktop.
tmux config
# replace C-B (command) with symbol `
set -g prefix `
bind ` send-prefix
# command+a paste symbol `
bind-key a send-keys `
# command+r reread conf file
bind-key r source-file ~/.tmux.conf
# start window numbering at 1
set -g base-index 1
# start pane numbering at 1
set -g pane-base-index 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment