summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Collapse)AuthorAgeFilesLines
...
* make sure the up arrow always goes to the last open fileJesse Luehrs2015-02-251-0/+12
|
* also don't put vimfiler windows in zsh historyJesse Luehrs2015-02-251-3/+3
|
* start using syntasticJesse Luehrs2015-02-221-0/+6
|
* make this a bit more efficient for large directoriesJesse Luehrs2015-02-221-2/+6
|
* make some remappings also apply to linewise movementJesse Luehrs2014-12-031-0/+3
|
* ignore one more directoryJesse Luehrs2014-10-221-1/+2
|
* don't show compiled python stuff in 't'Jesse Luehrs2014-10-151-2/+2
|
* helpers for editing binary files in vimJesse Luehrs2014-10-151-0/+4
|
* more convenient binding for makeJesse Luehrs2014-09-141-2/+1
|
* try out easymotion againJesse Luehrs2014-09-141-1/+20
|
* 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
|