aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-02-09 01:53:14 -0500
committertdro <tdro@users.noreply.github.com>2021-02-09 01:53:14 -0500
commit7458106022df9ebb483afe7abfbf8ee2caba012f (patch)
tree62dc009f56a630db95bbb87eae5d38f51083224a /.vimrc
parenteaee6e046081b699798edb39f2b1bd22abc91b0c (diff)
downloaddotfiles-7458106022df9ebb483afe7abfbf8ee2caba012f.tar.gz
dotfiles-7458106022df9ebb483afe7abfbf8ee2caba012f.tar.bz2
dotfiles-7458106022df9ebb483afe7abfbf8ee2caba012f.zip
.vimrc: Add ttimeout back
Diffstat (limited to '.vimrc')
-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.