Created
April 12, 2024 12:22
-
-
Save AdamGagorik/5c986f5ae5b3c2d3823e26be0605b0ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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