aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* Use <Plug> mapping for :FortuneTom Ryder2019-06-221-2/+1
|
* Round out and apply alternate filetypes pluginTom Ryder2019-06-221-0/+3
| | | | This is a good one.
* Turn 'showcmd' back offTom Ryder2019-06-221-3/+3
| | | | Now I remember.
* Add :Fortune mappingTom Ryder2019-06-221-0/+5
|
* Add sticky-star mapping, displaying regex mappingTom Ryder2019-06-221-3/+6
|
* Allow numbers in place of symbol leader mapsTom Ryder2019-06-221-5/+8
|
* Turn Vim 'showcmd' back onTom Ryder2019-06-221-0/+5
|
* Revert to vimrc filenameTom Ryder2019-06-221-0/+1644
|
* Rename vimrc and gvimrc to have .vim suffixTom Ryder2019-06-201-1644/+0
| | | | | Since they don't need to have the same names when installed, this makes it marginally easier to set filetypes without special paths.
* Flip a testTom Ryder2019-06-201-1/+1
|
* Remove unneeded expand()Tom Ryder2019-06-191-1/+1
|
* Swap two terms aroundTom Ryder2019-06-191-2/+2
|
* Remove leader maps for digitsTom Ryder2019-06-191-9/+0
|
* Back to simpler regex test of &termTom Ryder2019-06-191-1/+1
|
* Adjust a few commentsTom Ryder2019-06-191-4/+4
|
* Adjust string comparisonsTom Ryder2019-06-191-5/+5
|
* Enable 'smarttab' in VimTom Ryder2019-06-191-0/+1
|
* Move 'foldmethod' definitions out to filetypesTom Ryder2019-06-191-18/+0
|
* Remove unnecessary :setlocal commandsTom Ryder2019-06-191-22/+22
|
* Correct ColorScheme event handling for old VimTom Ryder2019-06-191-3/+8
|
* Join conditionalsTom Ryder2019-06-181-4/+2
|
* Break up 'wildignore' listTom Ryder2019-06-181-12/+71
|
* Adjust boolean condition for stridx()Tom Ryder2019-06-181-2/+2
|
* Inline a script-local variable in vimrcTom Ryder2019-06-181-5/+4
|
* Swap two termsTom Ryder2019-06-181-1/+1
|
* Extend default 'encoding' check in vimrcTom Ryder2019-06-181-2/+3
|
* Continue faffing around with vimrc conditionalsTom Ryder2019-06-181-12/+8
|
* Check for sahara.vim suitability more carefullyTom Ryder2019-06-171-2/+4
|
* Adjust commentTom Ryder2019-06-171-7/+6
|
* Use slightly more readable quoting for regexesTom Ryder2019-06-171-1/+1
|
* Simplify a vimrc compound conditional with get()Tom Ryder2019-06-171-4/+1
|
* Remove a now-inaccurate commentTom Ryder2019-06-171-12/+0
|
* Remove a blank lineTom Ryder2019-06-171-1/+0
|
* Adjust comma position in broken linesTom Ryder2019-06-171-3/+3
|
* Overhaul local Vim spellfile word list pluginTom Ryder2019-06-171-0/+16
|
* Add <Plug>SelectOldFiles mappingTom Ryder2019-06-161-2/+1
|
* Add a rough normal mode map to repeat with bangTom Ryder2019-06-161-0/+3
|
* Consolidate utc.vim and put_date.vim into latterTom Ryder2019-06-161-3/+3
|
* More comment correctionsTom Ryder2019-06-161-2/+2
|
* Add 'foldlevel' setting mapsTom Ryder2019-06-161-0/+9
| | | | | Not sure I'll keep these; nine keys for what's really one function seems a bit wasteful, but I'm not using any of them yet.
* Strip a trailing spaceTom Ryder2019-06-161-1/+1
|
* Turn on 'showmatch' if matchparen.vim not thereTom Ryder2019-06-161-0/+10
|
* Map double-tap comma back to old functionalityTom Ryder2019-06-161-0/+10
|
* Spruce up mapping commentsTom Ryder2019-06-161-4/+9
|
* Adapt :browse :oldfiles mapping into pluginTom Ryder2019-06-161-1/+1
| | | | | Just to avoid a hit-enter prompt by limiting it to just short of the vertical size of the screen, with a temporary array slice of v:oldfiles.
* Add <Leader>,o mapping to :browse :oldfilesTom Ryder2019-06-161-0/+3
|
* Map Backspace to CTRL-^ (:edit alt buffer) in VimTom Ryder2019-06-161-0/+6
|
* Use "written" not "saved" in vimrc commentsTom Ryder2019-06-161-12/+12
|
* Conform reloading vimrc message comment to truthTom Ryder2019-06-161-3/+3
|
* Correct wrong word in vimrcTom Ryder2019-06-161-1/+1
|