Skip to content

Instantly share code, notes, and snippets.

@robnoake
robnoake / gist:6020849
Created July 17, 2013 14:07
My current tmux config
# Fix PuTTY's bad ACS handling in Unicode
set-option -ga terminal-overrides ',*:enacs@:smacs@:rmacs@:acsc@'
# Start from 1
set -g pane-base-index 1
set -g base-index 1
# Colours
set-option -g default-terminal screen-256color