Skip to content

Instantly share code, notes, and snippets.

@tb123
Created July 17, 2014 08:23
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 tb123/9ef7534a0143ccbb45d7 to your computer and use it in GitHub Desktop.
Save tb123/9ef7534a0143ccbb45d7 to your computer and use it in GitHub Desktop.
# Terminal colors
set -g default-terminal "screen-256color"
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# force a reload of the config file
unbind r
bind r source-file ~/.tmux.conf
# quick pane cycling
unbind ^A
bind ^A select-pane -t :.+
set -g base-index 1
# Uncomment to allow various mouse inputs
#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