From 154a15d5c3afa693463587e8e5083297e40d89a6 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sat, 10 Jun 2017 20:03:11 -0600 Subject: Fixing up a couple small misses --- mac.tmux.config | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 mac.tmux.config (limited to 'mac.tmux.config') 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" -- cgit v1.2.3