Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix filename typos
  • Loading branch information
ttscoff committed Jul 12, 2017
1 parent 37750c7 commit 6192682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions document_keybindings.rb
Expand Up @@ -41,7 +41,7 @@ def class_exists?(class_name)
STYLE

intro =<<INTRO
DefaultKeyBindings.dict file (`~/Library/KeyBindings/DefaultKeyBindings.dict`) for Mac OS X, created by [Brett Terpstra][] and based heavily on work done by [Lri][lrikeys].
DefaultKeyBinding.dict file (`~/Library/KeyBindings/DefaultKeyBinding.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.
Expand All @@ -50,7 +50,7 @@ def class_exists?(class_name)
[lrigists]: https://gist.github.com/Lri
[Brett Terpstra]: http://brettterpstra.com
<b>Installation</b>: Copy the DefaultKeyBindings.dict file to the `~/Library/KeyBindings/` directory (create `KeyBindings` if it doesn't already exist).
<b>Installation</b>: Copy the DefaultKeyBinding.dict file to the `~/Library/KeyBindings/` directory (create `KeyBindings` if it doesn't already exist).
Any open applications will need to be re-started before the key bindings will take effect -- or log out and log back in.
<b>Documentation</b> <i>(last updated #{date}.)</i>
Expand Down

0 comments on commit 6192682

Please sign in to comment.