diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-04-26 09:16:23 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-04-26 09:16:23 +0100 |
commit | c0d22295c80fcc0422563bb0c6753f263195ca40 (patch) | |
tree | 372b352eee8f97f2698f1d3b3b3988d29a192a12 /tmux | |
parent | 1ed3c86834671e305ccf3ed0cf554c0a2511ddd3 (diff) |
Add vim-ninja-feet
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 5 |
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 |