aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add my new .emacs fileTom Ryder2019-01-011-0/+1
|
* Adjust sentence spacing of README.mdTom Ryder2018-12-261-54/+55
|
* Remove repeat.vim and surround.vimTom Ryder2018-12-261-6/+0
| | | | | | Getting in the habit of using , and ; properly. This is the last of the third-party code in my ~/.vim!
* Remove redundant linksTom Ryder2018-12-191-4/+3
| | | | These topics are all linked earlier in the document.
* Update README.md link to msmtpTom Ryder2018-12-191-1/+1
|
* Use secure URL for Vim website in README.mdTom Ryder2018-12-191-1/+1
|
* Update README.md link to DunstTom Ryder2018-12-191-1/+1
|
* Switch to secure link to OpenBSD foundationTom Ryder2018-12-191-1/+1
|
* Throw away Git Bash completionTom Ryder2018-12-021-1/+0
| | | | | | Too complicated, for too little benefit. What would probably be better would be bindings in Bash specifically for completing Git remotes, tags, etc.
* Remove ftp(1) completionTom Ryder2018-12-021-1/+0
| | | | I don't remember the last time I used a .netrc file.
* Drop support for Bash <= 3.0Tom Ryder2018-11-301-5/+4
| | | | | | This allows removing a fair bit of boilerplate checking for the availability of `-o bashdefault` for the `complete` builtin, and greatly simplifies the minimum version check.
* Add config file for mpvTom Ryder2018-11-251-0/+1
| | | | | | Only one line so far, but it's a good one: don't open a new window to try to show me album art when I play FLACs, especially since it doesn't work.
* Add Dillo to README.md configuration listTom Ryder2018-11-221-0/+1
|
* Remove font settingsTom Ryder2018-11-221-7/+0
| | | | | | I'm pretty tired of messing with all these. The defaults are fine, and render nice and quickly; it's just too much of a hassle making it all pixel-perfect, and the anti-aliasing is so often just rubbish.
* Documented the special install-conf targetTom Ryder2018-10-301-0/+14
|
* Update/correct section on local leader mapsTom Ryder2018-08-261-4/+4
|
* Fix a munted sentenceTom Ryder2018-08-221-3/+2
|
* Add e() and v() wrappersTom Ryder2018-08-071-0/+3
|
* Future-proof README.md discussion of Vim pluginsTom Ryder2018-07-051-6/+2
|
* Add mked(1df) and mkvi(1df)Tom Ryder2018-07-031-0/+3
|
* Provide install-neovim targetTom Ryder2018-07-021-9/+6
|
* Don't shout in CJK in README.md.Tom Ryder2018-07-021-1/+1
|
* Update README.md about Vim mappingsTom Ryder2018-06-251-10/+11
|
* Add note about compiler scriptsTom Ryder2018-06-171-0/+8
|
* Replace mail_mutt.vim with mim(1df)Tom Ryder2018-06-071-0/+1
| | | | Way better, and more generally useful.
* Update README.md's Vim sectionTom Ryder2018-06-061-8/+20
|
* Update README.md about Vim pluginsTom Ryder2018-05-311-8/+7
|
* Correct typoTom Ryder2018-05-311-1/+1
|
* Update README.md to reflect Vim plugin stateTom Ryder2018-05-311-7/+9
|
* Fix unsafe example in README.mdTom Ryder2018-02-191-1/+1
| | | | | The variable needs to be quoted in this context to avoid wordsplitting and glob expansion.
* Add Makefile tweak for Neovim installationTom Ryder2018-02-161-0/+15
| | | | | | | A cursory test suggests that all of this configuration works well on Neovim, or at least the bad stuff is gracefully ignored. Allow changing the destination path for ~/.vimrc and ~/.vim/config to suit Neovim's paths, including some instructions and some bloviating in README.md.
* Remove Pathogen from Vim setupTom Ryder2018-01-231-2/+2
| | | | | | | Given that all of this is installed rather than symbolically linked, there's not really any harm following the old mixed ~/.vim layout for plugins. It's one less dependency and it makes the setup quite a bit less complicated.
* Remove --batch option and wrapper for gpg(1)Tom Ryder2017-12-291-1/+0
| | | | | | | | This was originally added to cut the decryption boilerplate, which no longer seems to be an issue; I think that --quiet may be correctly blocking it now. Even without this, it caused more problems than it solved when gpg(1) genuinely did need user interaction from me, for example for --update-trustdb.
* Switch from newsbeuter to newsboatTom Ryder2017-12-281-1/+1
| | | | | | Newsbeuter is no longer maintained: <https://github.com/akrennmair/newsbeuter/commit/7c981f460d6c8c3690f140cbb279c277dc8f55fe>
* Use consistent indentation for bulleted list itemsTom Ryder2017-11-231-318/+311
|
* Mention the Vim plugin dist target in README.mdTom Ryder2017-11-151-4/+5
|
* Mention Vim restructuring in READMETom Ryder2017-11-121-2/+4
|
* Spell-checked and corrected README.mdTom Ryder2017-11-071-36/+36
| | | | | I need to decide whether I'm using NZ or US English. I've made all of this US English for now.
* Add heading for Vim plugins subsectionTom Ryder2017-11-041-0/+2
|
* Update README to mention Vim pluginsTom Ryder2017-11-041-1/+11
|
* Add ~/.tidyrc and accompanying Makefile targetTom Ryder2017-11-041-0/+1
| | | | | | | | | This target also installs a short shell script in ~/.profile.d to set and export the HTML_TIDY environment variable that defines the path to the configuration file. tidy(1) seems to need this to be explicitly set with a default build, as far as I can tell. This pairs nicely with the settings in vim/ftplugin/html.vim.
* Update documentation to reflect ftplugin changesTom Ryder2017-11-041-2/+6
|
* Correct two paths in README.markdownTom Ryder2017-10-301-2/+2
| | | | | We're referring to the installed path and not the sourced path in this paragraph.
* Replace PerlCritic HTTPS URL prefix with HTTPTom Ryder2017-10-301-1/+1
| | | | perlcritic.com does not seem to support HTTPS.
* Add a `lint-vim` target for linting Vim configTom Ryder2017-10-301-4/+14
| | | | | | | | | Since I know there's a usable tool for this now in vim-vint, I may as well make a target for my own convenience later. Updated the README.markdown documentation of the `lint-*` targets, restructuring the paragraph into a nested list for clarity. Also updated the `dotfiles(7)` manual page to reflect those changes.
* Adjust description of Vim configurationTom Ryder2017-10-291-7/+12
| | | | Mostly to reflect its split into subfiles in ~/.vim/config.
* Rename .markdown files to .mdTom Ryder2017-10-281-0/+603
|
* Rename, reorganise, hard-wrap README file.Tom Ryder2012-05-281-19/+0
| | | | | Sorry to anyone watching the repository, I'm still kind of enthralled with Markdown.
* Wrong license.Tom Ryder2012-05-221-1/+1
|
* Add URL to my name as a linkTom Ryder2012-05-221-1/+1
|