From 2857a872fc7fc8dc8480373ecb27187daeaa8825 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 12 Sep 2020 16:49:47 -0400 Subject: .vimrc: Set path and wildmenu --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 36d7647..956413b 100644 --- a/.vimrc +++ b/.vimrc @@ -30,6 +30,8 @@ set cursorline " Set cursor line highlight. set notimeout " Wait indefinitely for complete key combinations. set ttimeout " Prevent pressing twice. set showcmd " Show key presses in status line. +set path+=** " Search subfolders. +set wildmenu " Show tab completions menu. set hidden " Set hidden buffers. set nobackup " No write backups. -- cgit v1.2.3