From 5e4f8117bec145f76b8193181338a80451114154 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 27 Apr 2017 19:43:44 -0600 Subject: 2.4 updates --- mac.tmux.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mac.tmux.config') diff --git a/mac.tmux.config b/mac.tmux.config index 6dc1089..f086af2 100644 --- a/mac.tmux.config +++ b/mac.tmux.config @@ -1,10 +1,10 @@ # vim: syntax=conf # Setup 'v' to begin selection as in Vim -bind -t vi-copy v begin-selection -bind -t vi-copy y copy-pipe "reattach-to-user-namespace pbcopy" +bind -T copy-mode-vi v begin-selection +bind -T copy-mode-vi y copy-pipe "reattach-to-user-namespace pbcopy" # Update default binding of `Enter` to also use copy-pipe -unbind -t vi-copy Enter -bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy" +unbind -T copy-mode-vi Enter +bind-key -T copy-mode-vi Enter copy-pipe "reattach-to-user-namespace pbcopy" # Allow pbcopy inside of session set-option -g default-command "reattach-to-user-namespace -l zsh" -- cgit v1.2.3