Last active
December 18, 2018 21:47
-
-
Save mwilliammyers/a3550be2734bd7cbf49c2ce96ee3cf3b to your computer and use it in GitHub Desktop.
Simple tmux config
This file contains 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
set -g prefix C-a | |
bind C-a send-prefix | |
unbind C-b | |
set -g mouse on | |
set -g focus-events on | |
setw -g xterm-keys on | |
set -g default-terminal "xterm-256color" | |
set-option -ga terminal-overrides ",xterm-256color:Tc" | |
set -g base-index 1 | |
set -g status off | |
set -g history-limit 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment