Skip to content

Instantly share code, notes, and snippets.

@koungkub
Created January 29, 2019 08:26
Show Gist options
  • Save koungkub/8244def0f2391f8ef7ce51f36852c307 to your computer and use it in GitHub Desktop.
Save koungkub/8244def0f2391f8ef7ce51f36852c307 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment