From 662d6592c8e8ec8794458ed01bf153ad276e4ce3 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Fri, 6 Jul 2012 00:52:39 -0500 Subject: [PATCH] Tmuxing it up. --- tmux/tmux.conf.symlink | 3 +++ tmux/tmux.zsh | 1 + 2 files changed, 4 insertions(+) create mode 100644 tmux/tmux.conf.symlink diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink new file mode 100644 index 0000000..9cdebbc --- /dev/null +++ b/tmux/tmux.conf.symlink @@ -0,0 +1,3 @@ +set-option -g mouse-select-pane on +set-option -g mouse-select-window on +set-window-option -g mode-mouse on \ No newline at end of file diff --git a/tmux/tmux.zsh b/tmux/tmux.zsh index 97b137c..598b156 100644 --- a/tmux/tmux.zsh +++ b/tmux/tmux.zsh @@ -4,4 +4,5 @@ if $(which tmux &>/dev/null) then [[ $TERM != "screen" ]] && exec tmux + compctl -g '~/.teamocil/*(:t:r)' teamocil fi \ No newline at end of file