summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/.tmux.conf1
-rw-r--r--vim/.vimrc3
2 files changed, 3 insertions, 1 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
diff --git a/vim/.vimrc b/vim/.vimrc
index c9b34a7..72ca6d7 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -66,6 +66,7 @@ Plug 'vim-airline/vim-airline-themes'
Plug 'vim-scripts/ReplaceWithRegister'
Plug 'vim-scripts/gmsh.vim'
Plug 'wellle/targets.vim'
+" Plug 'zchee/deoplete-clang'
Plug '~/Dropbox/projects/vim-remembrall'
Plug '~/Dropbox/projects/vim-wintab'
@@ -301,7 +302,7 @@ set lazyredraw
set mouse=a
set nojoinspaces
set nowrap
-set path=$PWD/**
+set path+=$PWD/**
set shiftwidth=4
set showcmd
set splitright