Skip to content

Instantly share code, notes, and snippets.

@nestoralonso
Created January 26, 2018 22:26
Show Gist options
  • Save nestoralonso/f518c4787862fddca36010dda7cc9c9c to your computer and use it in GitHub Desktop.
Save nestoralonso/f518c4787862fddca36010dda7cc9c9c to your computer and use it in GitHub Desktop.
Minimal tmux conf
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment