Skip to content

Instantly share code, notes, and snippets.

@zgiber
Created October 3, 2019 12:51
Show Gist options
  • Save zgiber/5a8838a3d93807ffa3ba33ee41d3df23 to your computer and use it in GitHub Desktop.
Save zgiber/5a8838a3d93807ffa3ba33ee41d3df23 to your computer and use it in GitHub Desktop.
.tmux.conf
bind P paste-buffer
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection
bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -sel clip -i"
set -g mouse on
set -s escape-time 0
set-window-option -g mode-keys vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment