Skip to content

Instantly share code, notes, and snippets.

@0-vortex
Created September 16, 2013 20:17
Show Gist options
  • Save 0-vortex/6586005 to your computer and use it in GitHub Desktop.
Save 0-vortex/6586005 to your computer and use it in GitHub Desktop.
my tmux config
bind r source-file ~/.tmux.conf
unbind C-b
set -g prefix `
# Window titles
set -g set-titles on
set -g set-titles-string "#T"
# Pane colors
#set -g pane-active-border-bg black
set -g pane-active-border-fg red
#set -g default-terminal "screen-256color"
# Watch for activity in background windows
setw -g monitor-activity on
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment