aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Update submodulesTom Ryder2016-02-171-0/+0
|
* Update submodulesTom Ryder2016-02-131-0/+0
|
* Update submodulesTom Ryder2016-02-043-0/+0
|
* Update submodulesTom Ryder2016-01-222-0/+0
|
* Update pluginsTom Ryder2016-01-073-0/+0
|
* Update submodulesTom Ryder2015-12-241-0/+0
|
* Trying out targets.vimTom Ryder2015-12-101-0/+0
|
* Plugin updateTom Ryder2015-11-181-0/+0
|
* Update pluginTom Ryder2015-10-291-0/+0
|
* Consistent quotingTom Ryder2015-10-211-1/+1
|
* Consistent commentsTom Ryder2015-10-211-2/+2
|
* Upgrade pluginsTom Ryder2015-09-257-0/+0
|
* Stop highlighting syslog errorsTom Ryder2015-07-271-0/+4
|
* Fix confusing comment with poor grammarTom Ryder2015-07-071-2/+1
|
* Use only single quotes for consistencyTom Ryder2015-07-021-2/+2
|
* Comment nitpickTom Ryder2015-06-291-1/+1
|
* Remove reference to nonexistent unimpaired bindsTom Ryder2015-06-241-1/+1
|
* Use surround commands to get current wordTom Ryder2015-06-171-1/+1
|
* Add tidy(1) function with \vTom Ryder2015-06-171-0/+3
|
* Add a function to make quick linksTom Ryder2015-06-171-0/+9
|
* Nitpick: fix indenting in vimrcTom Ryder2015-06-171-4/+4
|
* Some new sh/bash detection rulesTom Ryder2015-06-101-3/+14
|
* Add a few missing Bash keywordsTom Ryder2015-06-041-0/+3
|
* Update pluginsTom Ryder2015-06-042-0/+0
|
* Move syntax rules from sahara.vim to .vim/afterTom Ryder2015-06-042-0/+7
|
* Remove unused and under-used pluginsTom Ryder2015-05-286-0/+0
| | | | | | | | | | | | | | | Argumentative - never used in production even once CtrlP - used to use, haven't touched in months Exchange - never used in production even once Twig - only needed on one server to edit someone else's code Undotree - used only once for something that should have been in Git anyway Vimperator - almost never used
* Update pluginsTom Ryder2015-05-273-0/+0
|
* Add han(1)Tom Ryder2015-05-211-0/+5
|
* More thorough check for 'j' in 'formatoptions'Tom Ryder2015-05-131-3/+3
| | | | Found in @tpope's vim-sensible
* Remove unmap of QTom Ryder2015-04-071-3/+0
| | | | | Ex mode is actually kind of handy when doing a set of text transformations, e.g. substitutions/pattern deletions
* Remove the unmap for K as I'm actually using itTom Ryder2015-04-071-5/+0
| | | | | Doing a lot more shell and some C programming these days and this has actually become sort of useful.
* Remove an unneeded unmapTom Ryder2015-04-071-3/+0
| | | | | I unmapped this initially because I was using the Escape key; nowadays I never do, I use Ctrl+[, so it's no longer doing any harm
* Upgrade repeat pluginTom Ryder2015-04-071-0/+0
|
* Remove the ~/.vimrc.local searchTom Ryder2015-04-021-7/+0
| | | | Using ~/.vim/after instead
* Remove redundancy for previous commitTom Ryder2015-04-021-1/+1
|
* Binding for copypaste convenienceTom Ryder2015-04-021-0/+15
|
* Plugin updatesTom Ryder2015-03-233-0/+0
|
* Update Vim pluginsTom Ryder2015-03-115-0/+0
|
* Add configuration for VimperatorTom Ryder2015-02-171-0/+0
| | | | I may have fallen a little bit in love
* Upgrade exchange, lion Vim pluginsTom Ryder2015-02-162-0/+0
|
* Update plugin submodulesTom Ryder2015-02-1010-0/+0
|
* Use full version of :substitute in vimrcTom Ryder2015-01-201-1/+1
|
* Move netrw settings into after scriptTom Ryder2015-01-202-17/+12
|
* Safer syntax for command callsTom Ryder2015-01-151-6/+4
|
* Some Perl shortcuts I use oftenTom Ryder2015-01-151-0/+9
|
* Discard PHP's indentingTom Ryder2015-01-151-0/+5
| | | | | | | It keeps doing things I don't expect, and the code looks hard to change. autoindent should do the job. I might have a go at writing my own later to handle obvious cases like an opening brace or case statement on the previous line.
* No more auto-wrappingTom Ryder2014-12-032-6/+0
| | | | Annoys me more often than it helps
* Plugin for HTML5 supportTom Ryder2014-12-031-0/+0
|
* Check persistent_undo feature before unsettingTom Ryder2014-12-021-1/+3
|
* Shell script syntax for /etc/default/*Tom Ryder2014-11-271-0/+5
|