From: Iain Patterson Date: Tue, 20 May 2008 12:48:25 +0000 (+0000) Subject: Fixed cursor colour when matchign brackets. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=41b041e1eacb02ba97c7826e20fa90b5be700663 Fixed cursor colour when matchign brackets. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@111 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.vimrc b/.vimrc index a4e0298..1d33447 100644 --- a/.vimrc +++ b/.vimrc @@ -93,6 +93,10 @@ se hlsearch " Syntax highlighting. syn on +" Use a discernably different colour to highlight the cursor which shows +" matching brackets. Our regular cursor is green so use blue instead of cyan. +hi MatchParen ctermbg=blue + " Catch typos. command! W :w command! Wq :wq