X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vimrc;h=1d33447c5f82a0aefcef4edaacc207ff05ef491a;hb=41b041e1eacb02ba97c7826e20fa90b5be700663;hp=a4e0298645932246cd14632a8a2c3613076cad57;hpb=23812212fbe4f5997c11fcbb73e3443763ac15b9;p=profile.git 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