aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Some Perl shortcuts I use oftenTom Ryder2015-01-151-0/+9
|
* Use a loop for vim after dirs installationTom Ryder2015-01-151-9/+5
|
* Discard PHP's indentingTom Ryder2015-01-152-0/+7
| | | | | | | 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.
* Try to use ed -vTom Ryder2014-12-051-2/+6
|
* Mention pa scriptTom Ryder2014-12-041-0/+1
|
* No more auto-wrappingTom Ryder2014-12-032-6/+0
| | | | Annoys me more often than it helps
* Plugin for HTML5 supportTom Ryder2014-12-032-0/+3
|
* Whitespace fix for .gitmodulesTom Ryder2014-12-031-2/+2
|
* Check persistent_undo feature before unsettingTom Ryder2014-12-021-1/+3
|
* Shell script syntax for /etc/default/*Tom Ryder2014-11-271-0/+5
|
* Turn off write(1) accessTom Ryder2014-11-221-0/+3
|
* Spaces status-{left,right} due to tmux changeTom Ryder2014-11-211-2/+2
| | | | | Commit d24c9d7d3efc3be0d4ba28616c3d5e3ef494258a in tmux changes these options so that the space is no longer implicit.
* Function to print all arguments one per lineTom Ryder2014-11-211-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
|
* remind(1) wrapper for default filenameTom Ryder2014-11-141-0/+9
|
* Remove unnecessary null COMPREPLY assignsTom Ryder2014-11-135-6/+0
|
* Pull Vim plugin submodules in separate targetTom Ryder2014-11-131-3/+6
| | | | | Tidier. Still don't like that I'm doing something network-related in a Makefile, but it's better than what I had.
* Generate gpg.conf from m4 template on make callTom Ryder2014-11-137-8/+108
| | | | | | | | | | | | | | | | We have to do this because gpg.conf doesn't understand tilde or environment variable expansion in the configuration file, and the only reliable way to make the ca-cert-file option work between different implementations of gpg(1) and its cURL link is to explicitly specify the path to the CA file. This is probably a better approach than installing the thing as a trusted system CA anyway, which requires root privileges that I don't really want to assume anyone installing this has. I'm also including the CA, CRL, and .pem for the SKS keyservers in this commit. This seems a lesser evil than trying to pull them with cURL or wget at make(1) time.
* 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.
* No reason for capital X on XmodmapTom Ryder2014-11-033-2/+2
|
* Whoops, committed leading-dot filenameTom Ryder2014-11-031-21/+0
|
* Add xbindkeys(1) call to ~/.xinitrcTom Ryder2014-11-031-0/+3
|
* Use xbindkeys for keybinding, not i3Tom Ryder2014-11-034-45/+42
| | | | Also consolidate Makefile into just one target for X
* Start urxvtd(1) on X loginTom Ryder2014-11-031-0/+3
|
* Apply terminal colours specifically to URxvtTom Ryder2014-11-031-20/+18
|
* Update file detection rulesTom Ryder2014-11-031-2/+2
|
* Hose xsession, use xinitrcTom Ryder2014-11-034-11/+19
| | | | Probably not going to be using a DE again anytime soon
* 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
|
* Remove list of Makefile targets from READMETom Ryder2014-11-021-15/+2
|
* Change Vim settings for large filesTom Ryder2014-11-011-7/+14
| | | | Including setting synmaxcol and turning off backups etc
* Better read d-null syntaxTom Ryder2014-11-011-2/+2
|
* Add a couple of file detection rulesTom Ryder2014-10-302-0/+7
|
* 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-302-1/+13
|
* Refine 'isk' setting in sh.vimTom Ryder2014-10-301-0/+4
|
* Remove misfeatureTom Ryder2014-10-301-14/+2
| | | | Very seldom actually going to use this
* Don't force end-of-options in hgrepTom Ryder2014-10-271-1/+1
|
* Update link to OpenPGP best practicesTom Ryder2014-10-271-2/+2
|
* Add a known problemTom Ryder2014-10-261-0/+1
|
* Let the system choose my pagerTom Ryder2014-10-241-4/+0
|
* Counted fields wrongTom Ryder2014-10-231-4/+4
|
* Show nice level of current process if /procTom Ryder2014-10-231-2/+15
|
* Error out on bad prompt callsTom Ryder2014-10-231-0/+4
|
* Update unimpaired pluginTom Ryder2014-10-221-0/+0
|