Skip to content

Instantly share code, notes, and snippets.

@tarhashi
Last active December 16, 2015 08:49
Show Gist options
  • Save tarhashi/5409104 to your computer and use it in GitHub Desktop.
Save tarhashi/5409104 to your computer and use it in GitHub Desktop.
# Allow utf-8
setw -g utf8 on
set -g status-utf8 on
bind r source-file ~/.tmux.conf ¥; display-message "Reload Config!"
# vi key-bind
set-window-option -g mode-keys vi
unbind p
bind p paste-buffer
bind -t vi-copy v begin-selection
bind -t vi-copy y copy-selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment