summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* use T in vim for the same thing it's used for in pentadactylJesse Luehrs2014-08-031-1/+2
|
* ignore node_modules directories in a few placesJesse Luehrs2014-07-141-1/+1
|
* don't search dotfilesJesse Luehrs2014-06-161-0/+1
|
* diff3 conflictstyle also uses |||||||Jesse Luehrs2014-04-071-1/+1
|
* this is actually just annoyingJesse Luehrs2014-03-201-4/+0
| | | | | i almost always want "the last commands that started with X", not "all of the previous commands"
* don't care about built-in snippetsJesse Luehrs2014-02-061-0/+1
|
* add tag source for uniteJesse Luehrs2013-11-071-0/+1
|
* mapping escape makes shift+tab not work, apparentlyJesse Luehrs2013-11-061-1/+1
|
* keep the buffer to the right visible tooJesse Luehrs2013-11-031-1/+1
|
* strip comment characters when joining comment lines togetherJesse Luehrs2013-11-021-0/+3
|
* mappings to enter insert mode with paste onJesse Luehrs2013-11-021-0/+14
|
* use the command line window to scroll through historyJesse Luehrs2013-11-021-0/+5
|
* turn syntax highlighting off in huge filesJesse Luehrs2013-11-011-0/+3
|
* don't exclude dot files from uniteJesse Luehrs2013-10-311-1/+0
| | | | | unite matches against the full path, so this means nothing at all would show up for files if pwd is inside a dot directory
* this was fixed in the pluginJesse Luehrs2013-10-291-1/+0
|
* escape should also quit uniteJesse Luehrs2013-10-271-0/+1
|
* the grep mapping should just assume the current directoryJesse Luehrs2013-10-271-1/+1
|
* use proper comments for xsJesse Luehrs2013-10-271-0/+1
|
* hide messages from creating the gundo buffersJesse Luehrs2013-10-271-1/+4
|
* don't auto preview in gundo, it's slowJesse Luehrs2013-10-271-0/+1
|
* this doesn't actually work, but that's okayJesse Luehrs2013-10-271-2/+0
| | | | | pretty sure the selection is forced to the cursor in normal mode, but i only use tab in insert mode anyway
* commentJesse Luehrs2013-10-271-0/+1
|
* should also set localleaderJesse Luehrs2013-10-271-0/+1
|
* clean up mappingsJesse Luehrs2013-10-271-55/+62
|
* nope, autocompletion is still too irritatingJesse Luehrs2013-10-271-4/+2
|
* it's useful to be able to see if background buffers are modifiedJesse Luehrs2013-10-271-1/+0
|
* use neosnippet instead of snipmateJesse Luehrs2013-10-271-6/+23
|
* neocomplete instead of supertabJesse Luehrs2013-10-271-0/+20
|
* make sure the current buffer stays visibleJesse Luehrs2013-10-271-0/+2
|
* only file_rec should get the prefixJesse Luehrs2013-10-271-1/+1
|
* give airline a shotJesse Luehrs2013-10-271-5/+10
|
* this also needs to be a relative pathJesse Luehrs2013-10-271-1/+1
|
* make running external commands easierJesse Luehrs2013-10-271-0/+2
|
* add unite grep macroJesse Luehrs2013-10-271-0/+10
|
* also add a mapping for files in the current directoryJesse Luehrs2013-10-271-1/+4
|
* clean up vim data filesJesse Luehrs2013-10-271-3/+3
|
* make sure this is always a relative pathJesse Luehrs2013-10-271-1/+1
|
* more unite configurationJesse Luehrs2013-10-271-2/+4
|
* don't need this anymoreJesse Luehrs2013-10-271-1/+0
|
* various other vimrc cleanupsJesse Luehrs2013-10-271-28/+11
|
* remove the rest of the fuzzyfinder configJesse Luehrs2013-10-271-2/+2
|
* reorganize a bitJesse Luehrs2013-10-271-25/+21
|
* use r for redoJesse Luehrs2013-10-271-0/+2
|
* also swap | and \Jesse Luehrs2013-10-271-0/+1
|
* try out vimfilerJesse Luehrs2013-10-261-2/+13
|
* get rid of fuzzyfinder in favor of unite.vimJesse Luehrs2013-10-261-30/+26
|
* need to make sure that filenames don't have metacharactersJesse Luehrs2013-10-261-1/+1
|
* don't want to do this every time i come back to an open bufferJesse Luehrs2013-10-261-1/+1
|
* set smartcase for vimJesse Luehrs2013-10-261-0/+2
|
* just use vim's builtin glob function, since these are globsJesse Luehrs2013-10-251-4/+1
|