Skip to content

Commit

Permalink
More rational
Browse files Browse the repository at this point in the history
  • Loading branch information
chreekat committed Dec 23, 2012
1 parent 63320cf commit 3bc440c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ elements of 'matchpairs'.
Use pathogen or vundle, or copy plugin/paren_crosshairs.vim to ~.vim/plugin. Use pathogen or vundle, or copy plugin/paren_crosshairs.vim to ~.vim/plugin.




## What's it do ## Why?

The MatchParen highlight group tries to do a good thing; namely, highlight the
paren that matches the one under the cursor. However, my friends and I found
that having two parentheses highlighted continually confounded our intuition
about where the *cursor actually is*.

This plugin deals with this problem by setting cursorline and cursorcolumn when
the cursor is on a paren.

Screenshot time!

![](http://i.imgur.com/i8uld.png?1)


Here's the original text of the email. The current plugin just has a few Here's the original text of the email. The current plugin just has a few
niceties added: niceties added:
Expand Down

0 comments on commit 3bc440c

Please sign in to comment.