aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updating pluginsTom Ryder2014-08-1711-0/+0
|
* Add Unicode snowman digraphTom Ryder2014-06-221-1/+2
|
* Remove ack(1)Tom Ryder2014-04-261-0/+0
| | | | | I just wasn't using it; not enough advantages over grep(1) with a little BRE reading and some judicious use of find(1)
* Strip trailing whitespace with <leader>xTom Ryder2014-04-161-0/+4
|
* Group search settings lines properlyTom Ryder2014-03-171-4/+4
|
* Adding exchange.vimTom Ryder2014-03-011-0/+0
|
* Never write Vim :make output to terminalTom Ryder2014-03-011-0/+3
| | | | I've never used it; this seems tidier
* No longer use ^A,^E on Vim command lineTom Ryder2014-02-191-6/+0
| | | | | Trained myself out of it, I use the command window now instead, like God intended
* Add vim plugin vim-argumentativeTom Ryder2014-01-291-0/+0
| | | | Allows treating arguments as text objects with , as the object key
* Upgrade Vim pluginsTom Ryder2014-01-033-0/+0
|
* Don't show netrw bannerTom Ryder2013-12-311-0/+3
|
* Custom digraph rulesTom Ryder2013-12-011-4/+3
|
* Markers for lines that continue offscreenTom Ryder2013-10-211-0/+4
|
* Add note about unimpaired's pasting mapsTom Ryder2013-10-121-1/+2
|
* Show dotfiles in netrwTom Ryder2013-10-121-1/+1
|
* Remove markdown pluginTom Ryder2013-10-121-0/+0
| | | | | Vim 7.4 includes a recent version of the Markdown filetype plugin with the things I was avoiding fixed, so this should no longer be needed.
* Remove nextagTom Ryder2013-10-121-0/+0
| | | | t> and T> are proving to be all I need personally
* Remove characterizeTom Ryder2013-10-121-0/+0
| | | | Expensive to load and not used often enough to justify it
* Updated submodulesTom Ryder2013-10-081-0/+0
|
* Apply sensible setting to 'switchbuf'Tom Ryder2013-10-081-0/+8
| | | | Turns out I've been using Vim completely wrong.
* Got a comment backwardsTom Ryder2013-10-011-1/+1
|
* Add j to formatoptions if possibleTom Ryder2013-10-011-0/+6
|
* Unused abbreviation and I actually do want c_C-FTom Ryder2013-09-231-5/+0
|
* No longer using EunuchTom Ryder2013-09-162-5/+0
| | | | It overwrites one of my bindings anyway
* No longer using FugitiveTom Ryder2013-09-161-0/+0
| | | | | git add -e is turning out to actually suit me better for diffs, and I don't use the rest of it anyway
* Add my Nextag pluginTom Ryder2013-09-151-0/+0
|
* Remove speeddating, unused for a long timeTom Ryder2013-09-071-0/+0
|
* Rebind ^C in Vim to also undo current insert opTom Ryder2013-09-071-0/+4
| | | | | | | | | | | | | | | 15:44:34 <tyrmored> is there already an insert mode binding that cancels the current insert operation entirely? 15:44:53 <tyrmored> (and returns you to normal mode) 15:45:09 <paradigm> I think you want either <esc> or ctrl-c 15:45:12 <jamessan> <C-c>u 15:45:31 <paradigm> then u, yes 15:45:33 <tyrmored> jamessan: yeah, see, i have <C-c> bound to <C-c>u, which is great 15:45:41 <tyrmored> but i was wondering if i'm repeating a binding that already exists 15:45:46 <jamessan> nope 15:45:51 <tyrmored> great
* Check +autocmd before removing Fedora augroupTom Ryder2013-09-051-3/+5
|
* Restore background=dark setting to .vimrcTom Ryder2013-08-291-2/+3
| | | | | Seems like it's still needed for the default colorschemes to which I occasionally have to resort.
* Update Vim bundlesTom Ryder2013-08-262-0/+0
|