aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-14 13:47:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-14 13:47:43 +1200
commit0537147365eb801c8d8cd79d9227ee2ef96a3410 (patch)
tree18b42e8d2ef9675b0ac367951f5d7c3524887cfb /vim
parentMerge branch 'release/v1.28.0' into develop (diff)
downloaddotfiles-0537147365eb801c8d8cd79d9227ee2ef96a3410.tar.gz
dotfiles-0537147365eb801c8d8cd79d9227ee2ef96a3410.zip
Increase Vim mapping 'timeout' to 3 seconds
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5ae5421e..5381994a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -100,6 +100,9 @@ set nrformats-=octal
" Don't show startup splash screen (I donated)
set shortmess+=I
+" Give me a bit longer to complete mappings
+set timeoutlen=3000
+
" Clear default 'comments' value, let the filetype handle it
if has('comments')
set comments=