aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Wrong license.Tom Ryder2012-05-221-1/+1
|
* Add URL to my name as a linkTom Ryder2012-05-221-1/+1
|
* Correct Markdown URL errorTom Ryder2012-05-221-1/+1
|
* Rename installation scriptTom Ryder2012-05-222-1/+1
|
* Install script should clone executablyTom Ryder2012-05-221-1/+1
|
* Add warning about submodulesTom Ryder2012-05-221-1/+1
|
* Replace README with Markdown, add licenseTom Ryder2012-05-222-9/+19
| | | | I'll improve on this a bit later.
* Only complete when appropriateTom Ryder2012-05-221-4/+4
|
* Wait, that didn't work.Tom Ryder2012-05-221-1/+1
|
* Use shots for completion where possibleTom Ryder2012-05-221-0/+4
| | | | See https://github.com/tejr/shots.
* Simply suppress setting errors.Tom Ryder2012-05-221-8/+8
| | | | Sometimes I try to overcomplicate things I think.
* Reorder options alphabetically.Tom Ryder2012-05-221-6/+6
| | | | Messes with my Aspergers' otherwise.
* Check option existence before setting.Tom Ryder2012-05-221-12/+12
| | | | I was hoping this wouldn't be necessary, but it seems it is.
* Set dirspell and globstar options.Tom Ryder2012-05-221-0/+6
|
* Conditional wrapping for :W re-remappingTom Ryder2012-05-181-1/+3
|
* Fugitive updates.Tom Ryder2012-05-181-0/+0
|
* Nope, still got it wrong.Tom Ryder2012-05-181-5/+5
| | | | Have you ever herped so hard, you derped?
* Fix alphabetical ordering of sections.Tom Ryder2012-05-181-3/+3
| | | | It's messing with my Asperger's.
* Map ZW to :w! for quick forced writesTom Ryder2012-05-181-0/+3
| | | | | | I really like ZQ and ZZ and use them all the time, this is just another mapping in the same spirit that allows me to force a file write without necessarily quitting as ZZ does.
* Fugitive update.Tom Ryder2012-05-161-0/+0
|
* More advanced aliasing for ls and grep.Tom Ryder2012-05-161-7/+23
|
* Add Eunuch updatesTom Ryder2012-05-151-0/+0
|
* Alias --safe-updates switch for MySQLTom Ryder2012-05-151-0/+3
| | | | | | | | It seldom interferes with the stuff that I meaned to do, and almost always stops the stuff I didn't. Besides, if I wanted to delete a whole table, I'd use TRUNCATE; faster and less ambiguous.
* Slightly more elegant grep/ls colouringTom Ryder2012-05-151-3/+5
| | | | Mostly just improving the readability of the conditional logic a bit.
* Updated Fugitive.Tom Ryder2012-05-111-0/+0
|
* Hash dircolors, remove grep dependency.Tom Ryder2012-05-081-2/+2
|
* Let's try this again.Tom Ryder2012-05-081-10/+10
|
* Update all my plugins.Tom Ryder2012-05-0810-0/+0
|
* Check grep/ls --color options.Tom Ryder2012-05-081-2/+2
| | | | | A few of the machines I work with are so old that they don't actually have the --color option.
* I've decided I don't like this. I don't mind typing ~/.Tom Ryder2012-05-041-3/+0
|
* Completely refactored tmux confTom Ryder2012-04-281-93/+42
|
* This either.Tom Ryder2012-04-271-2/+0
|
* I didn't mean to commit that.Tom Ryder2012-04-271-1/+0
|
* Add reference to optional vim conf file.Tom Ryder2012-04-271-0/+8
|
* Oops, looks like there isn't a l/r swap.Tom Ryder2012-04-271-2/+0
|
* Consolidate vim emulation stuff into a section.Tom Ryder2012-04-271-5/+19
| | | | Includes pane swapping, pane moving, and pane resizing.
* Really more of a vim-like yank/paste.Tom Ryder2012-04-271-1/+1
|
* Unify tmux configuration.Tom Ryder2012-04-273-12/+4
| | | | | | The two machines on which I run tmux servers now have at least tmux 1.6, so there's no need for me to provide these version-specific configuration files anymore.
* Remove -s option from hostname call.Tom Ryder2012-04-181-1/+1
|
* Tidied typo definitions.Tom Ryder2012-04-161-3/+1
|
* Add .Xmodmap file for Caps Lock remapping.Tom Ryder2012-04-101-0/+3
| | | | | Not part of install script though. Most machines this will go on don't have X.
* Removed history appender/yanker.Tom Ryder2012-04-041-3/+0
| | | | | | | On some of the older boxes I care for this was causing very nasty infinite loops leading to my history filling up extremely fast with duplicate command lines. I really like this functionality, but sadly I can't risk crashing servers with it.
* Simpler syntax for editor existence check.Tom Ryder2012-03-221-4/+1
|
* Swap order of history appending calls.Tom Ryder2012-03-081-1/+1
|
* No local buffer support for [no]hlsearch.Tom Ryder2012-03-071-2/+2
|
* Missed qa! as possible typo command.Tom Ryder2012-03-051-0/+2
|
* Use positive value for paging limit.Tom Ryder2012-03-051-1/+1
| | | | | | Older versions of Readline (and not much older either) don't seem to support the negative count to completely switch the paging off, so this will have to suffice. It's a reasonably sensible value anyway.
* More Readline conf changes.Tom Ryder2012-03-031-3/+4
|
* Removed HISTIGNORE definition.Tom Ryder2012-03-031-3/+0
|
* Where did that come from?Tom Ryder2012-03-021-1/+1
|