Skip to content

Instantly share code, notes, and snippets.

@AdamGagorik
Created April 12, 2024 12:22
Show Gist options
  • Save AdamGagorik/5c986f5ae5b3c2d3823e26be0605b0ea to your computer and use it in GitHub Desktop.
Save AdamGagorik/5c986f5ae5b3c2d3823e26be0605b0ea to your computer and use it in GitHub Desktop.
unbind-key C-b
set -g prefix C-a
bind-key C-a send-prefix
set -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
set -g mode-keys vi
set -g mouse on
set -g status-position top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment