aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Whoops, missed a barTom Ryder2014-11-181-1/+1
|
* Type edited shell commands (^X^E, fc)Tom Ryder2014-11-171-0/+6
|
* Filetype for nwatch diffsTom Ryder2014-11-171-0/+5
|
* Don't use Pathogen if Vim is ancientTom Ryder2014-11-071-4/+6
| | | | | At least on Debian's stock Vim on really old machines, loading Pathogen causes a segfault that leaves Vim looping forever.
* Update file detection rulesTom Ryder2014-11-031-2/+2
|
* Make function of whitespace stripperTom Ryder2014-11-031-2/+9
|
* Make explicit local varsTom Ryder2014-11-031-2/+2
|
* Tidy big file measures into a functionTom Ryder2014-11-021-9/+22
|
* Whoops, left debugging value in hereTom Ryder2014-11-021-1/+1
|
* Change Vim settings for large filesTom Ryder2014-11-011-7/+14
| | | | Including setting synmaxcol and turning off backups etc
* Add a couple of file detection rulesTom Ryder2014-10-301-0/+5
|
* Exclude some builtins I added to sh.vimTom Ryder2014-10-301-6/+3
| | | | | Refine previous commit a little to restore some of the weirdness I actually do like
* Fix a few more annoyances in sh.vim syntaxTom Ryder2014-10-301-0/+68
|
* Fix simpleDeRef in sh.vimTom Ryder2014-10-301-0/+10
|
* Refine 'isk' setting in sh.vimTom Ryder2014-10-301-0/+4
|
* Update unimpaired pluginTom Ryder2014-10-221-0/+0
|
* Remove unneeded after script for TabularTom Ryder2014-10-061-11/+0
|
* Drop Tabular for LionTom Ryder2014-10-052-0/+0
|
* Preserve size of other Vim windows when splittingTom Ryder2014-10-051-0/+3
|
* Match angle brackets in Vim with %Tom Ryder2014-10-051-0/+3
|
* Use install(1) rather than symlinkingTom Ryder2014-09-281-1/+0
|
* Update pluginsTom Ryder2014-09-253-0/+0
|