Skip to content

Instantly share code, notes, and snippets.

@kyanny
Created April 21, 2011 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyanny/934858 to your computer and use it in GitHub Desktop.
Save kyanny/934858 to your computer and use it in GitHub Desktop.
tmux.conf
unbind-key C-b
set-option -g prefix C-t
bind C-t send-prefix
bind r source-file ~/.tmux.conf
unbind C-t
bind-key C-t last-window
#bind Space next-window
set-window-option -g utf8 on
set-window-option -g mode-keys vi
set-window-option -g automatic-rename off
#color
set-option -g status-bg blue
set-option -g status-fg yellow
set-option -g history-limit 100000
#mouse wheel
set-window-option -g mode-mouse on
set-option -g mouse-select-pane on
#set -g terminal-overrides 'xterm*:smcup@:rmcup@'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment