Skip to content

Instantly share code, notes, and snippets.

@ed1d1a8d
Created May 31, 2021 03:04
Show Gist options
  • Save ed1d1a8d/dd1680eae57f0c10574652db91fb6360 to your computer and use it in GitHub Desktop.
Save ed1d1a8d/dd1680eae57f0c10574652db91fb6360 to your computer and use it in GitHub Desktop.
tmux configuration
# remap prefix to Control + a
set -g prefix C-a
# bind 'C-a C-a' to type 'C-a'
bind C-a send-prefix
unbind C-b
set-window-option -g mode-keys vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment