Commit Graph

8 Commits

Author SHA1 Message Date
Tim Pope
a95dc71f99 Map <C-L> to clear search highlighting
<C-L> normally redraws the screen, so turning off search highlighting is
a natural addition.  But some people like it for <C-W>l, so don't
override it if it's already been mapped.

Note that hlsearch is currently left off by default.
2013-01-06 13:33:45 -05:00
Tim Pope
8207d1cd69 Provide a home for transient files 2013-01-06 13:29:17 -05:00
Tim Pope
8314c676b6 Provide a default for g:netrw_list_hide 2013-01-06 13:24:40 -05:00
Tim Pope
5f0565f8e9 Bump t_Co from 8 to 16 where safe to do so
Doing this means color schemes can do bright colors without forcing
bold.  Do any other terminals not really support at least 16 colors?
2013-01-06 13:23:42 -05:00
Tim Pope
7f240a9e6f Load matchit.vim
Give precedence to a user installed version, if it exists.
2013-01-06 13:18:25 -05:00
Tim Pope
1a9e95e955 Map Y to y$
See :help Y.  This just makes more sense, man.
2013-01-06 13:17:05 -05:00
Tim Pope
38506a0e6f Set complete-=i
When this actually works, it can make completion lag horribly.  Let's
cut off the finger to save the hand.
2013-01-06 13:15:18 -05:00
Tim Pope
366c97dad5 Initial commit 2013-01-06 13:12:10 -05:00