aboutsummaryrefslogtreecommitdiff
path: root/mac.tmux.config
diff options
context:
space:
mode:
Diffstat (limited to 'mac.tmux.config')
-rwxr-xr-xmac.tmux.config9
1 files changed, 0 insertions, 9 deletions
diff --git a/mac.tmux.config b/mac.tmux.config
deleted file mode 100755
index 110f8ff..0000000
--- a/mac.tmux.config
+++ /dev/null
@@ -1,9 +0,0 @@
-# vim: syntax=conf
-
-# Setup 'v' to begin selection as in Vim
-bind -T copy-mode-vi y send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
-# Update default binding of `Enter` to also use copy-pipe
-unbind -T copy-mode-vi Enter
-bind-key -T copy-mode-vi Enter send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
-# Allow pbcopy inside of session
-set-option -g default-command "reattach-to-user-namespace -l zsh"