From a37492688b63b8ca0d091f19f7b12a4d5774ea09 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Jun 2019 00:10:04 +1200 Subject: Group 'showmatch' and 'matchtime' meaningfully --- vim/vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index f84a66bc..0fd6dea9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -516,8 +516,11 @@ set listchars+=extends:> " Unwrapped text to screen right set listchars+=precedes:< " Unwrapped text to screen left set listchars+=nbsp:+ " Non-breaking spaces -" Show matching brackets a bit more briefly -set matchtime=3 +" I like the brief jump to the matching brackets provided by the 'showmatch' +" option; the only change I want is for it to be a little quicker, so we'll +" adjust that to 0.3 seconds. +" +set showmatch matchtime=3 " Don't allow setting options via buffer content set nomodeline @@ -539,9 +542,6 @@ set shortmess+=I " Prefix wrapped rows with three dots set showbreak=... -" Jump to matching bracket when typed in insert mode -set showmatch - " New window positioning set splitbelow " Below the current window, not above set splitright " Right of the current window, not left -- cgit v1.2.3