Skip to content

Instantly share code, notes, and snippets.

@polm
Created December 7, 2012 08:00
Show Gist options
  • Save polm/4231626 to your computer and use it in GitHub Desktop.
Save polm/4231626 to your computer and use it in GitHub Desktop.
tmux.conf
unbind C-b
set -g prefix `
set -g history-limit 10000
set -g status-bg blue
bind-key ` send-prefix
setw -g mode-keys vi
bind Escape copy-mode
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment