diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-05-03 09:49:40 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-05-03 09:49:40 -0600 |
commit | af7e1e0fea820d34c1809f3ac1f6e0cfa04bf858 (patch) | |
tree | 8d32810bddf85eab25e74016ad37bb045cce1b3e /tmux-darwin.config | |
parent | e5e02738066d2976d86cb26ccd30f693abf0d6fe (diff) |
Clean up styles from 2.9 update and unused files
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" |