My Phoenix setup. Powerful, easy to customize, tuned for web development, adds a space switcher.
This configuration uses a remap of the Caps Lock key to something more useful: the Hyper key ⇪ (basically just Ctrl + Alt + Cmd combined into one key) if used in combination with other keys, otherwise it gets mapped to F18, which is used to trigger the space switcher. If you prefer you may skip these remap steps while you try the configuration, but if you usually have many spaces opened I highly recommend you not to miss out the awesome space switcher, for which this hack is a requirement.
- Install Phoenix
- Install Karabiner Elements via its dmg
- Replace Caps Lock with Hyper/F18 using this Karabiner Elements configuration (if the link doesn't work copy and paste this in a browser:
karabiner://karabiner/assets/complex_modifications/import?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffabiospampinato%2Fphoenix%2Fmaster%2Fconfig%2Fkarabiner.json
) $ mkdir ~/.config
$ cd ~/.config
$ git clone [email protected]:fabiospampinato/phoenix.git
- Restart Phoenix
- Enjoy!
To disable specific features, just comment out their correspondent require
call in phoenix.js.
To tweak some numbers, simply edit constants.js.
Changing the specific shortcut used to trigger an action is pretty trivial.
Don't forget to make a PR if you fixed something or implemented something cool :)
Shortcut | Description |
---|---|
⇪ + ↑ | Move window to the top side |
⇪ + → | Move window to the right side |
⇪ + ↓ | Move window to the bottom side |
⇪ + ← | Move window to the left side |
Shortcut | Description |
---|---|
⇪ + Q | Move window to the top-left corner |
⇪ + W | Move window to the top-right corner |
⇪ + S | Move window to the bottom-right corner |
⇪ + A | Move window to the bottom-left corner |
Shortcut | Description |
---|---|
⇪ + [ | Move window to the 1st half |
⇪ + ] | Move window to the 2nd half |
Shortcut | Description |
---|---|
⇪ + 1 | Move window to the 1st column |
⇪ + 2 | Move window to the 2nd column |
⇪ + 3 | Move window to the 3rd column |
Shortcut | Description |
---|---|
⇪ + Shift + Q | Move window to the 1st sixth |
⇪ + Shift + W | Move window to the 2nd sixth |
⇪ + Shift + E | Move window to the 3rd sixth |
⇪ + Shift + A | Move window to the 4th sixth |
⇪ + Shift + S | Move window to the 5th sixth |
⇪ + Shift + D | Move window to the 6th sixth |
Shortcut | Description |
---|---|
⇪ + X | Center the window |
⇪ + Shift + X | Center the window and set its dimensions to 1280x800 |
Shortcut | Description |
---|---|
⇪ + Shift + ↑ | Grow window from the top |
⇪ + Shift + → | Grow window from the right |
⇪ + Shift + ↓ | Grow window from the bottom |
⇪ + Shift + ← | Grow window from the left |
Shortcut | Description |
---|---|
⇪ + Space | Toggle window expansion to fill the space |
⇪ + Shift + Space | Toggle window expansion to fullscreen |
Shortcut | Description |
---|---|
⇪ + ` | Focus to or open Notable |
⇪ + C | Focus to or open Chrome |
⇪ + D | Focus to or open Chrome Developer Tools |
⇪ + V | Focus to or open Visual Studio Code |
⇪ + F | Focus to or open Finder |
⇪ + T | Focus to or open Terminal |
⇪ + G | Focus to or open GitTower |
In order to make this work you have to open System Preferences -> Keyboard -> Shortcuts -> Mission Control
and bind all Switch to Desktop [NUMBER]
actions to Ctrl + Alt + Cmd + Shift + [NUMBER]. There are actions up to the 9th desktop, but they may not be shown to you if you have less then 9 desktops currently open.
Note: If you don't need wrapping support, you should just remap the Move left/right a space
actions under System Preferences -> Keyboard -> Shortcuts -> Mission Control
.
Shortcut | Description |
---|---|
⇪ + Tab | Switch to the next space |
⇪ + Shift + Tab | Switch to the previous space |
Shortcut | Description |
---|---|
⇪ + I | For each window in the current space show an icon indicating its position |
⇪ + Shift + I | Display the current date and time |
Shortcut | Description |
---|---|
⇪ + Shift + P | Reload Phoenix |
This can be used for saving battery, pausing single-player games etc.
Shortcut | Description |
---|---|
⇪ + F8 | Pause or resume the current application |
Did you ever close 3+ Chrome windows instead of a single tab by mistake? Fear no more! Now in order to quit an app you have to trigger ⌘Q twice in a short timeframe. Stop wasting 10$ for something so basic.
Shortcut | Description |
---|---|
⌘Q ⌘Q | Quit application |
Drag a window to an edge or corner to snap it into place.
If it gets opened, positionate it to the left side.
If it gets opened, positionate it to the bottom-right corner, and shrink Visual Studio Code's height a bit, so that the console will be visible.
If it gets closed, restore Visual Studio Code's height.
If one of these apps' windows gets opened, positionate it to bottom-left corner.
If it gets opened, positionate it to the right side.
This is the truly great addition to what was already available on the internet.
It combines Phoenix, Alfred and alfred-spaces-workflow into the space switcher macOS deserves but never had, always just a double Hyper (⇪ ⇪) away.
This is how it works:
- It uses Phoenix to compile a list of your spaces
- It tries to guess a name for those spaces, by default that would be the name of the folder opened in the Visual Studio Code instance present in that space (get_space_name.js)
- Refreshes the list and those guessed names when necessary
- Listens for the double Hyper (⇪ ⇪) shortcut
- Opens Alfred and triggers alfred-spaces-workflow
- Which reads the list of spaces compiled with Phoenix and displays it to you
- Now just select a space to switch to
In order to make this work you have to open System Preferences -> Keyboard -> Shortcuts -> Mission Control
and bind all Switch to Desktop [NUMBER]
actions to Ctrl + Alt + Cmd + Shift + [NUMBER]. There are actions up to the 9th desktop, but they may not be shown to you if you have less then 9 desktops currently open.
Note: There's no API available for retrieving windows from other spaces, therefor other spaces' guessed names won't be refreshed until you visit them. The very first time you load Phoenix you might want to switch the focus to all of them, one by one, to have their names updated.
MIT © Fabio Spampinato