From c55e14868abb14b93ef3b38cf507afa23a987ce3 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 18 Jun 2017 07:04:35 -0600 Subject: Put configs back into separate files --- tmux-darwin.config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tmux-darwin.config (limited to 'tmux-darwin.config') diff --git a/tmux-darwin.config b/tmux-darwin.config new file mode 100644 index 0000000..5d38bd8 --- /dev/null +++ b/tmux-darwin.config @@ -0,0 +1,4 @@ +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" -- cgit v1.2.3