aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 73c34c4..472aaa3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,5 +1,7 @@
" Make vim more useful
set nocompatible
+" Enhance command-line completion
+set wildmenu
" Allow cursor keys in insert mode
set esckeys
" Optimize for fast terminal connections