Skip to content

Commit

Permalink
Tmuxing it up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbleigh committed Jul 6, 2012
1 parent 1c3a7ff commit 662d659
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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
1 change: 1 addition & 0 deletions tmux/tmux.zsh
Expand Up @@ -4,4 +4,5 @@
if $(which tmux &>/dev/null)
then
[[ $TERM != "screen" ]] && exec tmux
compctl -g '~/.teamocil/*(:t:r)' teamocil
fi

0 comments on commit 662d659

Please sign in to comment.