aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 3215a99..6f4717d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -23,6 +23,7 @@ set splitbelow " Open horizontal splits below.
set splitright " Open vertical splits to the right.
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 wildmenu " Show tab completions menu.
set nojoinspaces " Insert one space after a '.', '?' and '!' with a join command.