aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
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.