Skip to content

Instantly share code, notes, and snippets.

@maruno
Created November 7, 2016 10:00
Show Gist options
  • Save maruno/7796fae5c04a4d516133e18ab9a0b465 to your computer and use it in GitHub Desktop.
Save maruno/7796fae5c04a4d516133e18ab9a0b465 to your computer and use it in GitHub Desktop.
Tmux conf with Vim mode and 256 colours
set -g terminal-overrides "xterm-256color"
set -g default-terminal "screen-256color"
set -sg escape-time 0
set-window-option -g mode-keys vi
set-window-option -g aggressive-resize on
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