dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit cda8ce54d515cec4334874a9be71ce957d75bb06
parent 7f08cb3db93e566cb7bd057bc97ea36a0b19d00e
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat,  4 May 2019 08:54:21 -0700

Set path+=** to allow better find

This allows the `find` command to recursively search subdirectories of
`pwd`.

Diffstat:
M.vim/vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -17,6 +17,9 @@ Plugin 'google/vim-ft-bzl' call vundle#end() filetype plugin indent on +" Tell find command to search subdirectories +set path+=** + " Bind fancier manpage plugin to Shift-k runtime ftplugin/man.vim set keywordprg=:Man