aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-09-12 16:49:47 -0400
committertdro <tdro@users.noreply.github.com>2020-09-12 16:49:47 -0400
commit2857a872fc7fc8dc8480373ecb27187daeaa8825 (patch)
tree857e2a4e26456e3e43f411a11b273f0c5bff6c4d /.vimrc
parent63c3e36a0ecdb4db9a0b980864d92e1b3eaf4de0 (diff)
downloaddotfiles-2857a872fc7fc8dc8480373ecb27187daeaa8825.tar.gz
dotfiles-2857a872fc7fc8dc8480373ecb27187daeaa8825.tar.bz2
dotfiles-2857a872fc7fc8dc8480373ecb27187daeaa8825.zip
.vimrc: Set path and wildmenu
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
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 <Esc> 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.