aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use notify-beep, tidy defsTom Ryder2013-03-151-10/+10
|
* Confirm exit from newsbeuterTom Ryder2013-03-141-4/+5
|
* Adding Mutt configurationTom Ryder2013-03-141-0/+23
|
* Proper autoload setupTom Ryder2013-03-141-1/+1
|
* Swap the j/J k/K keys in newsbeuterTom Ryder2013-03-141-0/+5
| | | | Just because I vimify everything
* Colour tweaksTom Ryder2013-03-141-4/+4
|
* Add newsbeuter to install scriptTom Ryder2013-03-141-0/+2
|
* Google Reader is dead; long live newsbeuterTom Ryder2013-03-142-0/+14
|
* Update signing keyTom Ryder2013-03-141-1/+1
|
* Left hinting onTom Ryder2013-03-141-1/+1
|
* Overhaul of XresourcesTom Ryder2013-03-141-40/+42
| | | | Using subpixel ordering (with letterspacing fix), fallback fonts
* Use utf-8 linedrawing for tree(1)Tom Ryder2013-03-111-0/+3
|
* Turns out this is unnecessaryTom Ryder2013-03-111-3/+0
|
* Handling this with keychain nowTom Ryder2013-03-111-3/+0
|
* Found a better way to fix thisTom Ryder2013-03-101-3/+0
|
* Make pass ignore DISPLAYTom Ryder2013-03-101-0/+3
| | | | I don't like the popup
* Use point size for terminal font not pixelsTom Ryder2013-03-101-1/+1
|
* Don't need transparency anymoreTom Ryder2013-03-101-1/+0
|
* Remove stray semicolonTom Ryder2013-03-091-1/+1
|
* TF2 to floatingTom Ryder2013-03-081-0/+3
|
* Whoo Steam!Tom Ryder2013-03-081-0/+3
|
* Upgrading Vim pluginsTom Ryder2013-03-065-0/+0
|
* Per previous commit, return to automatic-renameTom Ryder2013-03-031-1/+1
|
* Trialling no terminal renaming escape codesTom Ryder2013-03-031-5/+0
| | | | | I've always used these so I wonder if I only think they're useful -- I seem to spend a lot of time renaming windows
* Don't force screens for windows anymoreTom Ryder2013-03-031-9/+1
|
* Drop needless transparency for terminalsTom Ryder2013-03-031-4/+0
|
* Use tiled layout more consistentlyTom Ryder2013-03-031-4/+4
|
* Switch to Consolas for Windows fontTom Ryder2013-03-021-1/+1
| | | | | | | | | | Having subtle problems with Ubuntu Mono's Unicode behavior in PuTTY which is occasionally causing me some irritation. The lack of soft hyphens for reading man pages in UTF-8 locales was kind of a dealbreaker. The only other option is Deja Vu Sans Mono which I just can't bring myself to like at all.
* This is overengineering in retrospectTom Ryder2013-02-271-20/+14
|
* Use font glyphs for line-drawing, not builtinsTom Ryder2013-02-241-0/+1
| | | | | I use Ubuntu Mono and its linedrawing characters are a bit more even that urxvt's builtins
* Remove URL matcher stuffTom Ryder2013-02-241-2/+0
| | | | Seldom used it and it doesn't do a very good job anyway
* Remove internal border for urxvtTom Ryder2013-02-241-0/+1
| | | | Gives me some extra height and width in awesome
* Change back to urxvt from stTom Ryder2013-02-243-1/+1
| | | | | I like st but it's doing a few weird things with input that are throwing me a bit. I'll content myself with watching the changelog for a bit.
* Cleverer syntax for filetype shortcutsTom Ryder2013-02-231-14/+20
|
* Wrap has('eval') checks around assignmentTom Ryder2013-02-231-1/+3
| | | | :let doesn't work if the +eval feature isn't loaded
* Remove filetype-specific settings from .vimrcTom Ryder2013-02-231-17/+0
| | | | This kind of stuff should go in after/syntax files, probably.
* Giving st (suckless term) a shotTom Ryder2013-02-223-1/+3
|
* Update Vim pluginsTom Ryder2013-02-162-0/+0
|
* Use single quotes not double onesTom Ryder2013-02-161-31/+31
| | | | Not that I have any escape sequences that I can see, but you know
* Some sensible key-combo timeout settingsTom Ryder2013-02-161-0/+4
|
* Remove unused text object mappingsTom Ryder2013-02-161-6/+0
|
* Hide some unwanted netrw stuffTom Ryder2013-02-161-0/+1
| | | | This from @tpope's vim-sensible
* Remove unneeded character strip from completeTom Ryder2013-02-161-1/+1
|
* Place missing string concatTom Ryder2013-02-161-2/+2
|
* Specify clipboard/fillchars with let not setTom Ryder2013-02-161-1/+1
| | | | Means I don't have to escape so much
* Hardening terminal colors a bitTom Ryder2013-02-121-2/+2
|
* I want to like Syntastic but I don'tTom Ryder2013-01-303-9/+1
| | | | | It keeps breaking in Perl and C and I can't figure out why, and it's not much good for PHP either. More trouble than it's worth
* Don't start X links for screen terms eitherTom Ryder2013-01-301-1/+1
|
* Updating pluginsTom Ryder2013-01-304-0/+0
|
* Don't try to connect to X server from PuTTYTom Ryder2013-01-301-0/+3
| | | | | | | | | I quite like to leave X forwarding on for PuTTY when connecting to my home machine, so I can run programs with Xming. There's a two-second delay in Vim as it tries to connect to the X server whenever I forward it if Xming isn't running. This fixes it. http://stackoverflow.com/a/10718757/493111