diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-05-17 16:00:32 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-05-17 16:00:32 +0100 |
commit | 24b05341767251e253530c1463fb4ced9a2ad1b0 (patch) | |
tree | 280c05e45035c977c549d173a0dd2a4261d254af /tmux | |
parent | fe981b30bec6db6b279cd0440c0083c93bff6da2 (diff) |
[vim] Keep default path (/usr/lib)
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 92a0594..0286fb9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -23,5 +23,6 @@ bind-key N swap-window -t +1 PILOT_BOUNDARY=create PILOT_MODE=wintab +PILOT_CACHE=1 PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab source-file $PILOT_ROOT/pilot.tmux |