aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-02-06 19:50:52 -0500
committertdro <tdro@users.noreply.github.com>2021-02-06 19:50:52 -0500
commit23f5e6955bf1df93077f6e69baa448393cd006d1 (patch)
tree888bfe8d14bad0335be6f35ed19ed969cf309205 /.vimrc
parent64df39458e872fa72874de959da4c4d90e892e34 (diff)
downloaddotfiles-23f5e6955bf1df93077f6e69baa448393cd006d1.tar.gz
dotfiles-23f5e6955bf1df93077f6e69baa448393cd006d1.tar.bz2
dotfiles-23f5e6955bf1df93077f6e69baa448393cd006d1.zip
.vimrc: Remove ttimeout
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 6f4717d..3215a99 100644
--- a/.vimrc
+++ b/.vimrc
@@ -23,7 +23,6 @@ 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.