Skip to content

Instantly share code, notes, and snippets.

@Pephers
Last active December 20, 2015 19:29
Show Gist options
  • Save Pephers/6183969 to your computer and use it in GitHub Desktop.
Save Pephers/6183969 to your computer and use it in GitHub Desktop.
A basic ~/.tmux.conf for the OS X Terminal.app.
set -g default-terminal "screen-256color"
set -g status-bg white
set -g status-fg black
set -g status-left " "
set -g status-right " #(hostname -s) "
set -g set-titles on
set -g set-titles-string "#W"
set -g base-index 1
set -s escape-time 0
# Install:
# 1. Download and install: https://github.com/norio-nomura/EasySIMBL/
# 2. Download and drag bundle into EasySIMBL: https://bitheap.org/mouseterm/
set -g mouse-select-pane on
set -g mouse-select-window on
setw -g mode-mouse on
# Install:
# brew install reattach-to-user-namespace
set -g default-command "reattach-to-user-namespace -l zsh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment