Skip to content

Commit afdf94e

Browse files
committed
Map Hyper+e to Atom (instead of Atom Beta)
Nowadays, I typically build Atom from source and install it as Atom.app, so I don't spend much time using Atom Beta.
1 parent 2d2b5e1 commit afdf94e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ In this setup, we'll use the **right option** key as our **hyper** key. With a n
141141
- **hyper** + **b** to open Google Chrome ("B" for "Browser")
142142
- **hyper** + **c** to open [Hackable Slack Client](https://github.com/bhuga/hackable-slack-client) ("C for "Chat")
143143
- **hyper** + **d** to open [Remember The Milk](https://www.rememberthemilk.com/) ("D" for "Do!" ... or "Done!")
144-
- **hyper** + **e** to open [Atom Beta](https://atom.io/beta) ("E" for "Editor")
144+
- **hyper** + **e** to open [Atom](https://atom.io) ("E" for "Editor")
145145
- **hyper** + **f** to open Finder ("F" for "Finder")
146146
- **hyper** + **g** to open [Mailplane](http://mailplaneapp.com/) ("G" for "Gmail")
147147
- **hyper** + **s** to open [Slack](https://slack.com/downloads/osx) ("S" for "Slack")

hammerspoon/hyper.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hyperModeAppMappings = {
77
{ 'b', 'Google Chrome' }, -- "B" for "Browser"
88
{ 'c', 'Hackable Slack Client' }, -- "C for "Chat"
99
{ 'd', 'Remember The Milk' }, -- "D" for "Do!" ... or "Done!"
10-
{ 'e', 'Atom Beta' }, -- "E" for "Editor"
10+
{ 'e', 'Atom' }, -- "E" for "Editor"
1111
{ 'f', 'Finder' }, -- "F" for "Finder"
1212
{ 'g', 'Mailplane 3' }, -- "G" for "Gmail"
1313
{ 's', 'Slack' }, -- "S" for "Slack"

0 commit comments

Comments
 (0)