Skip to content

Instantly share code, notes, and snippets.

@himamis
Created October 21, 2022 18:08
Show Gist options
  • Save himamis/ce325a52dc97822f888e074ba338ea52 to your computer and use it in GitHub Desktop.
Save himamis/ce325a52dc97822f888e074ba338ea52 to your computer and use it in GitHub Desktop.
tmux Configuration
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment