From 23f5e6955bf1df93077f6e69baa448393cd006d1 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 6 Feb 2021 19:50:52 -0500 Subject: .vimrc: Remove ttimeout --- .vimrc | 1 - 1 file changed, 1 deletion(-) (limited to '.vimrc') 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 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. -- cgit v1.2.3