aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Expand)AuthorAgeFilesLines
* Handle system-specific undos with system.vim fileTom Ryder2018-07-031-0/+3
* Map \e in Vim to force a buffer to be editableTom Ryder2018-07-021-0/+2
* Correct <C-L> mappingTom Ryder2018-07-021-1/+2
* Reimplement fallback for fixed_join.vimTom Ryder2018-07-021-3/+3
* Add insert_cancel.vim plugin and configurationTom Ryder2018-07-021-1/+3
* 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-011-27/+0
* Remove custom digraphsTom Ryder2018-07-011-7/+0
* 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
* 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
* Simplify Ctrl-L Vim mapTom Ryder2018-07-011-5/+2
* 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
* 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
* Correct comment spelling in .vimrcTom Ryder2018-07-011-1/+1
* Revert "Stack Vim ^ to make it support counts"Tom Ryder2018-07-011-6/+0
* Revert "Add +title settings to .vimrc"Tom Ryder2018-06-301-6/+0
* Remove 'ruler' Vim optionTom Ryder2018-06-301-5/+0
* Adjust comments specifying Vim mapping modesTom Ryder2018-06-301-4/+4
* Stack Vim ^ to make it support countsTom Ryder2018-06-301-0/+6
* Add +title settings to .vimrcTom Ryder2018-06-301-0/+6
* Correct .vimrc incorrect option nameTom Ryder2018-06-301-1/+1
* Use :buffers instead of :ls in \j Vim mapTom Ryder2018-06-301-1/+1
* Use ftplugins for filetype mappings insteadTom Ryder2018-06-291-1/+0
* Changed my mind about 'commentstring'Tom Ryder2018-06-291-5/+0
* Wrap feature-dependent 'comments' settingsTom Ryder2018-06-291-4/+10
* Clear 'commentstring' as well as 'comments'Tom Ryder2018-06-291-1/+2
* Set 'include' and 'path' specifically in C/C++Tom Ryder2018-06-291-2/+5
* Revise .vimrc header commentTom Ryder2018-06-271-3/+3
* Move digraphs to more sensible locationTom Ryder2018-06-271-7/+7
* Adjust comment formattingTom Ryder2018-06-271-2/+2
* Add `nbsp` flag to 'listchars' if supportedTom Ryder2018-06-271-0/+3
* Set 'laststatus' back to 1 in NeovimTom Ryder2018-06-271-0/+5
* Don't load matchit.vim package if using NeovimTom Ryder2018-06-271-1/+1
* Restore 'esckeys' option existence checkTom Ryder2018-06-271-2/+4
* Refactor filetype-specific .vimrc materialTom Ryder2018-06-261-49/+11
* Remap normal J only if loading pluginsTom Ryder2018-06-261-3/+4
* Add fallback for normal JTom Ryder2018-06-251-1/+2
* Add and apply new clear_local_maps.vim pluginTom Ryder2018-06-251-1/+1
* Use <Leader> in vimrc where reasonableTom Ryder2018-06-251-6/+6
* Reindent and refactor local leader mappingsTom Ryder2018-06-251-25/+24
* Clear local leader maps on filetype changeTom Ryder2018-06-251-0/+3