Skip to content

Instantly share code, notes, and snippets.

@modulitos
Created October 17, 2014 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modulitos/1eb7c4ef5272035bf8e0 to your computer and use it in GitHub Desktop.
Save modulitos/1eb7c4ef5272035bf8e0 to your computer and use it in GitHub Desktop.
tmux.conf (remote)
unbind C-b
set -g prefix C-z
bind-key z send-prefix
set-option -g history-limit 1000
setw -g mode-keys vi
# unbind [
# bind Escape copy-mode
unbind p
bind p paste-buffer
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
bind-key l next-window
bind-key h previous-window
# reload .tmux.conf
bind-key r source-file ~/.tmux.conf \; display-message "Configuration reloaded"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment