Skip to content

Instantly share code, notes, and snippets.

@claudioacioli
Created March 23, 2021 00:24
Show Gist options
  • Save claudioacioli/219ade9e3ada8572877c7d285d7c6303 to your computer and use it in GitHub Desktop.
Save claudioacioli/219ade9e3ada8572877c7d285d7c6303 to your computer and use it in GitHub Desktop.
Change prefix of tmux
# 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