diff options
Diffstat (limited to 'tmux-darwin.config')
-rw-r--r-- | tmux-darwin.config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux-darwin.config b/tmux-darwin.config deleted file mode 100644 index 5d38bd8..0000000 --- a/tmux-darwin.config +++ /dev/null @@ -1,4 +0,0 @@ -bind -T copy-mode-vi y send -X copy-pipe-and-cancel "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" -set-option -g default-command "reattach-to-user-namespace -l zsh" |