Skip to content

Instantly share code, notes, and snippets.

@skinney6
Created September 18, 2014 19:36
Show Gist options
  • Save skinney6/df47ae5263931dd685ef to your computer and use it in GitHub Desktop.
Save skinney6/df47ae5263931dd685ef to your computer and use it in GitHub Desktop.
tmux.conf
#.tmux.conf file Wed Jan 1 18:08:10 PST 2014
set-option -g prefix C-z
bind-key C-z last-window
bind-key a send-prefix
set -g base-index 1
set -s escape-time 0
setw -g aggressive-resize on
set -g bell-action none
set -g visual-bell off
bind-key C-m command-prompt -p "man" "split-window 'exec man %%'"
set -g default-terminal "screen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment