diff options
| author | Brett Terpstra | 2015-05-03 08:39:33 -0500 |
|---|---|---|
| committer | Brett Terpstra | 2015-05-03 08:39:33 -0500 |
| commit | 836d332a86b6aa45f2016530dd544ca8a57f71f3 (patch) | |
| tree | dc65f680a3c4d851ef7f28a1985f80caf9177046 | |
| parent | 0400547ee384afcf07f1fd192f7eeec0a50e50cc (diff) | |
| parent | b573709cb613813fb5b4b6618b84cda617d2251a (diff) | |
| download | KeyBindings-master.tar.bz2 | |
Merge pull request #5 from vitorgalvao/patch-1master
readme.md: fix Lri references
| -rw-r--r-- | readme.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,10 +1,9 @@ DefaultKeyBindings.dict file (`~/Library/KeyBindings/DefaultKeyBindings.dict`) for Mac OS X, created by [Brett Terpstra][] and based heavily on work done by [Lri][lrikeys]. Please note that these bindings won't work in all applications: TextWrangler and TextMate, for example, override these with their own settings. -See Lri's [gists][lrigists] and [website][lriweb] for more coding madness. +See Lri's [website][lriweb] for more coding madness. -[lrikeys]: http://www.cs.helsinki.fi/u/lranta/keybindings/ -[lriweb]: http://www.cs.helsinki.fi/u/lranta/ -[lrigists]: https://gist.github.com/Lri +[lrikeys]: http://osxnotes.net/keybindings.html +[lriweb]: http://osxnotes.net/ [brett terpstra]: http://brettterpstra.com **Installation:** Copy the DefaultKeyBindings.dict file to the `~/Library/KeyBindings/` directory (create `KeyBindings` if it doesn't already exist). |
