Skip to content

Instantly share code, notes, and snippets.

@Quinten
Last active December 18, 2015 10:54
Show Gist options
  • Save Quinten/d8ae1a69586f0031378b to your computer and use it in GitHub Desktop.
Save Quinten/d8ae1a69586f0031378b to your computer and use it in GitHub Desktop.
tmux configuration
# vim like bindings
set-window-option -g mode-keys vi
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
# colors
set -g default-terminal "xterm-256color"
# keys
set -g xterm-keys on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment