diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-05-08 08:35:40 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-05-08 08:35:40 +0100 |
commit | fe981b30bec6db6b279cd0440c0083c93bff6da2 (patch) | |
tree | e8114f196ae2c32875a75e469e8fcfd7a33fc0c5 /tmux | |
parent | 577c99aca246aa76901b2d75a748dd4307f4a164 (diff) |
Wintab -> pilot
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 84a3399..92a0594 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -21,7 +21,7 @@ bind -n C-Right next-window bind-key P swap-window -t -1 bind-key N swap-window -t +1 -WINTAB_BOUNDARY=create -WINTAB_MODE=wintab -WINTAB_ROOT=$HOME/Dropbox/projects/vim-wintab -source-file $WINTAB_ROOT/wintab.tmux +PILOT_BOUNDARY=create +PILOT_MODE=wintab +PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab +source-file $PILOT_ROOT/pilot.tmux |