Skip to content

Instantly share code, notes, and snippets.

@mwilliammyers
Last active December 18, 2018 21:47
Show Gist options
  • Save mwilliammyers/a3550be2734bd7cbf49c2ce96ee3cf3b to your computer and use it in GitHub Desktop.
Save mwilliammyers/a3550be2734bd7cbf49c2ce96ee3cf3b to your computer and use it in GitHub Desktop.
Simple tmux config
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