summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵doy2009-01-141-0/+1
| | | | skeletons. fix that.
* 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 ↵doy2009-01-041-0/+1
| | | | nomodifiable now
* 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
| | | | program
* 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
|
* completing from the dictionary is just annoying and slowdoy2009-01-041-6/+0
|
* whenever a line is appended verbatim from a skeleton file, move the cursor ↵doy2009-01-041-0/+2
| | | | to be on that line
* comment fixdoy2009-01-041-1/+1
|
* delete the buffer when we stop diffing, don't just hide itdoy2009-01-041-1/+1
|
* change a few more darcs mappings around so i can have both single file and ↵doy2009-01-031-2/+3
| | | | global versions of amend-record
* handle skeleton files in a more correct (but also more ugly, sigh) waydoy2009-01-031-6/+14
|
* folding doesn't need its own subsectiondoy2009-01-031-4/+3
|
* change up the darcs mappings a bit - make the lowercase versions default to ↵doy2009-01-031-8/+9
| | | | operating on just the current file