Skip to content

Instantly share code, notes, and snippets.

@Grummle
Forked from snuggs/.tmux.conf
Created July 23, 2012 21:51
Show Gist options
  • Save Grummle/3166462 to your computer and use it in GitHub Desktop.
Save Grummle/3166462 to your computer and use it in GitHub Desktop.
TMUX configuration file
set-window-option -g mode-keys vi # vi key
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