summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Expand)AuthorAgeFilesLines
* try out an implementation of flymake for perl stuffJesse Luehrs2012-01-221-1/+0
* this doesn't work well for nowJesse Luehrs2012-01-221-3/+0
* try harder to sync syntax highlightingJesse Luehrs2012-01-041-0/+6
* update zencoding keybindings for xhtml files tooJesse Luehrs2011-11-161-1/+5
* gundo configurationJesse Luehrs2011-11-091-1/+8
* add the gundo pluginJesse Luehrs2011-11-091-0/+3
* convert all of my vim plugins to use pathogenJesse Luehrs2011-11-091-0/+7
* persistent undo config for the stuff actually shipped in 7.3Jesse Luehrs2011-11-091-1/+2
* make a couple more mappings buffer-specificJesse Luehrs2011-08-161-1/+1
* add zencoding vim pluginJesse Luehrs2011-08-101-0/+19
* exclude dzil build stuff when in a dzil-managed dirJesse Luehrs2011-05-161-1/+19
* updates to fuzzyfinderJesse Luehrs2011-04-231-0/+1
* no, single character deletions are usefulJesse Luehrs2011-03-291-1/+0
* a little more fuzzyfinder configJesse Luehrs2011-03-021-1/+2
* i don't ever use theseJesse Luehrs2011-03-021-44/+0
* allow reloading functions more easilyJesse Luehrs2011-03-021-9/+9
* configure yankringJesse Luehrs2011-03-021-0/+10
* configure fuzzyfinderJesse Luehrs2011-03-021-0/+13
* replace enhanced commentify with tcommentJesse Luehrs2011-03-021-3/+4
* steal more vim config from sartakJesse Luehrs2011-03-011-8/+8
* don't restore cursor location for git commit message filesJesse Luehrs2010-08-311-1/+1
* actually, mouse support is basically never what i wantJesse Luehrs2010-08-311-5/+0
* add a few vimrc functions from sartakJesse Luehrs2010-04-261-0/+61
* remove the skeletons plugin, snipmate is a better choiceJesse Luehrs2010-03-161-12/+0
* also reapply rainbow parens after updating filetypeJesse Luehrs2010-03-051-1/+1
* remove unused vim pluginsJesse Luehrs2010-01-161-31/+0
* always filter backspaces and escape chars in the help windowJesse Luehrs2009-12-161-2/+10
* allow dc macro to work from subdirectories in a git repositoryJesse Luehrs2009-11-231-1/+4
* add macros for easier buffer switchingJesse Luehrs2009-10-161-0/+4
* add a visual indicator for wrapped linesJesse Luehrs2009-08-291-0/+3
* add F5 for :makeJesse Luehrs2009-05-251-0/+4
* stop making visual mode mapping apply to select modeJesse Luehrs2009-05-161-4/+4
* add a vim macro for "make tags"Jesse Luehrs2009-05-131-0/+1
* highlight snippet tagsJesse Luehrs2009-05-071-0/+16
* also HUP conky when editing from within the conf dirJesse Luehrs2009-05-061-1/+1
* oops, left this empty fold in hereJesse Luehrs2009-05-061-2/+0
* add vcs macros for gitJesse Luehrs2009-05-051-1/+26
* move skeleton code into a pluginJesse Luehrs2009-05-051-48/+12
* commentJesse Luehrs2009-05-031-0/+1
* always make the help windows cover the entire screenJesse Luehrs2009-05-031-0/+3
* enable the undofile option, if we have it availabledoy2009-04-281-0/+4
* it seems that buffers opened by :e start out non-modifiable, which breaks ske...doy2009-01-141-0/+1
* comment fixdoy2009-01-071-1/+1
* correct guifont for windowsdoy2009-01-051-2/+1
* don't output things when reading in help filesdoy2009-01-051-1/+1
* need to set modifiable before modifying the help buffer, since it's set nomod...doy2009-01-041-0/+1
* the man buffer shouldn't be modifiabledoy2009-01-041-0/+1
* make K open a help-like buffer in vim rather than running man as an external ...doy2009-01-041-0/+28
* use the enter/backspace maps for tab navigation globallydoy2009-01-041-0/+2
* use syntax omnicompletion if other omnicompletion doesn't existdoy2009-01-041-0/+7