diff --git a/.vimrc b/.vimrc index a4bec28..5b562aa 100644 --- a/.vimrc +++ b/.vimrc @@ -13,6 +13,8 @@ set scrolloff=8 set enc=utf-8 set wrapscan " start searching at the beginning when EOF reached set matchpairs+=<:> " add angle brackets to list of matching bracket pairs +set path+=** " search files in all subdirs with 'find' command +set wildmenu " show all matching files when tab completing " simple appending closing characters automatically inoremap { {}