diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-06-01 10:49:18 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-06-01 10:49:18 +0100 |
commit | b4013397618a45a637f759f466eff7baf9100736 (patch) | |
tree | 4352f015ce8c272effb931d971eac04228046b26 /tmux/.tmux.conf | |
parent | 5815aaa7404ec74d70f914a54ba467a5c59740d8 (diff) |
Fix qutebrowser bug
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 0286fb9..d477a4b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -23,6 +23,6 @@ bind-key N swap-window -t +1 PILOT_BOUNDARY=create PILOT_MODE=wintab -PILOT_CACHE=1 +PILOT_CACHE=0 PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab source-file $PILOT_ROOT/pilot.tmux |