summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 03e5790..342c275 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -18,4 +18,7 @@ bind -n C-Right next-window
bind-key P swap-window -t -1
bind-key N swap-window -t +1
-source-file ~/.vim/plugged/vim-wintab/tmux/wintab.tmux.conf
+WINTAB_BOUNDARY=create
+WINTAB_MODE=wintab
+WINTAB_ROOT=$HOME/Dropbox/projects/vim-wintab
+source-file $WINTAB_ROOT/wintab.tmux