aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Don't spellcheck &readonly text/markdownTom Ryder2018-07-022-8/+12
| | | | | This stops annoying highlighting when I'm just reading something in Vim, rather than editing it (e.g. `view` or an unwriteable file).
* Add 'c' flag to 'formatoptions' for gitcommitTom Ryder2018-07-021-1/+1
| | | | This is so that quotes wrap pleasantly.
* Correct <C-L> mappingTom Ryder2018-07-021-1/+2
| | | | Exclude operator mode, and restore visual/select selection.
* Reimplement fallback for fixed_join.vimTom Ryder2018-07-021-3/+3
|
* Add insert_cancel.vim plugin and configurationTom Ryder2018-07-022-1/+3
|
* Clear away stock vim ftplugin's buffer mapsTom Ryder2018-07-011-15/+13
|
* Correct \V mappingTom Ryder2018-07-011-1/+1
|
* Break up \o and \O mapping commentTom Ryder2018-07-011-1/+2
|
* Move plugin-specific settings into ~/.vim/pluginTom Ryder2018-07-014-32/+22
| | | | | | Makes way more sense--these files won't get loaded by definition unless plugins are enabled, and dist.vim will still be in time to stop the distributed plugins from loading.
* Remove custom digraphsTom Ryder2018-07-011-7/+0
| | | | | Ellipsis is digraph ,. which is fine. Mac command key I have never used, snowman was just a joke.
* Remove unnecessary value report from \u \z mapsTom Ryder2018-07-011-2/+2
|
* Add \m, \M, \v, and \V mappingsTom Ryder2018-07-011-0/+8
| | | | For listing maps and variables.
* Allow range for \d and \D bindingsTom Ryder2018-07-011-2/+2
|
* Swap \c and \C bindingsTom Ryder2018-07-011-3/+4
|
* Rearrange mappings a little moreTom Ryder2018-07-011-6/+6
|
* Remove unused mappingsTom Ryder2018-07-011-8/+0
| | | | These have all fallen out of disuse; I'm much more likely to y$ anyway.
* Simplify Ctrl-L Vim mapTom Ryder2018-07-011-5/+2
| | | | It can be used in select mode, too.
* Reorder mappingsTom Ryder2018-07-011-16/+16
|
* Remove conditional around \d,\D mapsTom Ryder2018-07-011-7/+4
|
* Remove range strip from :& rebindTom Ryder2018-07-011-1/+1
| | | | Not needed; a range works just fine
* Prefer "remap" to "rebind"Tom Ryder2018-07-011-2/+2
|
* Use <Bslash> not \ for mapsTom Ryder2018-07-011-20/+20
|
* Rearrange a few .vimrc commentsTom Ryder2018-07-011-8/+2
|
* Make Vim ftplugin preamble consistent with pluginsTom Ryder2018-07-0116-16/+64
|
* Merge HTML timestamp into after/ftplugin/html.vimTom Ryder2018-07-014-43/+29
| | | | | I don't see myself breaking this out into its own ftplugin, and the Makefile can be simpler this way.
* Add new html/timestamp.vim ftpluginTom Ryder2018-07-012-0/+43
| | | | | Not sure if this one will get published--it's a bit ad-hoc in its current state.
* Correct comment spelling in .vimrcTom Ryder2018-07-011-1/+1
|
* Update juvenile.vim colorschemeTom Ryder2018-07-011-0/+0
|
* Revert "Start using ~/.vim/vimrc as vimrc path"Tom Ryder2018-07-011-4/+0
| | | | | | This reverts commit 40c1e1ace9531ae11f44dde2b893dfd6fae0cc3c. I don't actually like this much.
* Revert "Stack Vim ^ to make it support counts"Tom Ryder2018-07-011-6/+0
| | | | This reverts commit f9de91a7f7d1a514bdebd1d4045952aa30f44339.
* Revert "Add +title settings to .vimrc"Tom Ryder2018-06-301-6/+0
| | | | This reverts commit 751eeb947a20e1bcd6e79a53bc3d15cd27bf2371.
* Remove 'ruler' Vim optionTom Ryder2018-06-301-5/+0
| | | | Let's see if I miss it. I have CTRL-G.
* Adjust comments specifying Vim mapping modesTom Ryder2018-06-301-4/+4
|
* Stack Vim ^ to make it support countsTom Ryder2018-06-301-0/+6
| | | | Can't immediately see a clean way to do it for operator mode, though.
* Add +title settings to .vimrcTom Ryder2018-06-301-0/+6
|
* Update Vim plugin submodulesTom Ryder2018-06-302-0/+0
|
* Start using ~/.vim/vimrc as vimrc pathTom Ryder2018-06-301-0/+4
| | | | This conveniently enables filtering out truly ancient Vims.
* Blank 'mouse' in .gvimrcTom Ryder2018-06-301-0/+3
|
* Add insert_timeout.vim pluginTom Ryder2018-06-301-0/+0
|
* Add cmdwin_ctrlc Vim pluginTom Ryder2018-06-301-0/+0
|
* Add variable existence guard to after/indent/vimTom Ryder2018-06-301-1/+3
|
* Correct .vimrc incorrect option nameTom Ryder2018-06-301-1/+1
|
* Use :buffers instead of :ls in \j Vim mapTom Ryder2018-06-301-1/+1
|
* Add comments to vim ftpluginsTom Ryder2018-06-303-0/+9
|
* Remove vim/indent/php.vim blocker stubTom Ryder2018-06-301-10/+0
| | | | Let's give this another try, and maybe configure it this time.
* Add CSV, TSV, and password file filetypesTom Ryder2018-06-303-0/+15
|
* Remove unneeded matchit set ex PHP after ftpluginTom Ryder2018-06-301-12/+0
|
* Remove ftplugin overrides for html/markdownTom Ryder2018-06-302-10/+0
| | | | No longer needed
* Conform all after/ftplugin filesTom Ryder2018-06-303-9/+18
|
* Join some b:undo_ftplugin addendaTom Ryder2018-06-307-13/+7
|