Skip to content

Instantly share code, notes, and snippets.

@koutoftimer
Created March 7, 2018 13:47
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/a39ea6d94f9adfabaeee314ab426a2fd to your computer and use it in GitHub Desktop.
Save koutoftimer/a39ea6d94f9adfabaeee314ab426a2fd to your computer and use it in GitHub Desktop.
tmux configuration file
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1
# Change <command> key
unbind C-b
set -g prefix `
# Send "`" to the terminal by double pressing command key <`>
set-option -g prefix `
bind-key ` send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment