summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 to...doy2009-01-041-0/+2
* 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 gl...doy2009-01-031-2/+3
* 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 o...doy2009-01-031-8/+9
* use ; for Leader rather than \doy2009-01-031-0/+2
* convert backslash mappings to use <Leader>doy2009-01-031-22/+22
* keep track of the window we open to display the diff in, so we can be sure to...doy2009-01-031-8/+9
* check that these are actually directories, not just that they existdoy2009-01-031-2/+2
* set the filetype in the other side of the diff to the same as the current fil...doy2009-01-031-0/+2
* better error messagedoy2009-01-031-1/+1
* set the guifont based on which os i'm runningdoy2009-01-031-0/+8
* c_space_errors is just annoying now that EOLWS works properlydoy2009-01-031-3/+0
* add gui highlight colors for the highlights i've overriddendoy2009-01-031-8/+8
* use colorscheme torte for gvimdoy2009-01-031-1/+7
* hide the mouse in the gui when typingdoy2009-01-031-0/+3
* nope, i really do want colorscheme peachpuffdoy2009-01-031-1/+1
* don't allow calling s:diffstart multiple timesdoy2009-01-031-0/+6
* search from the directory that the current file is located in rather than fro...doy2009-01-031-4/+6