Skip to content

Instantly share code, notes, and snippets.

@blackxored
Created January 7, 2015 21:47
Show Gist options
  • Save blackxored/5c26ca12a575c342d732 to your computer and use it in GitHub Desktop.
Save blackxored/5c26ca12a575c342d732 to your computer and use it in GitHub Desktop.
setw -g mode-keys vi
bind-key -t vi-copy v begin-selection
bind-key -t vi-copy y copy-pipe "reattach-to-user-namespace pbcopy"
unbind -t vi-copy Enter
bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment