omackey.

Mac shortcuts for Omarchy

New OS.
Same muscle memory.

You moved to Linux. Your hands stayed on a Mac. Bring your favorite shortcuts with you.

Made for Omarchy, open source, MIT licensed.

Silver Mac keyboard with Command highlighted in coral, and Tab, T, W, Delete, and left/right arrow keys highlighted in mint.
A familiar feeling

T a fresh tab / S a quick save / Tab your next window

Main shortcuts

Your fingers know the way.

For the Mac on your desk and the Omarchy machine beside it. Or the Mac you just left behind.

+/

Move within a line

Jump to the beginning or end of a line.

Ctrl+/

Focus a window

Move focus left or right, including across monitors.

+T/W

Manage tabs

Open a tab, close it in the app. Shift+Cmd+T brings a closed tab back.

+AZFS

Edit, find, save

Select all, undo, find, and save in the focused app.

Shortcuts follow the focused app’s behavior. Cmd+Q closes the focused window. See all shortcuts and behavior notes ↗

All Omackey bindings

Cmd is Super in Omarchy; Option is Alt. Application actions depend on how the focused app handles the keys sent to it.

Text editing and navigation
ShortcutAction
Cmd + ASelect allSends Ctrl + A.
Cmd + ZUndoSends Ctrl + Z.
Cmd + Shift + ZRedoSends Ctrl + Shift + Z.
Cmd + BackspaceDelete to start of lineSends Ctrl+U in windows tagged terminal; Shift+Home, then Backspace elsewhere.
Option + Word leftOption on a Mac keyboard. Sends Alt+B in tagged terminals; Ctrl+Left elsewhere.
Option + Word rightOption on a Mac keyboard. Sends Alt+F in tagged terminals; Ctrl+Right elsewhere.
Cmd + Start of lineSends Home.
Cmd + End of lineSends End.
Application shortcuts
ShortcutAction
Cmd + WClose in appSends Ctrl + W.
Cmd + TNew tabSends Ctrl + T.
Cmd + Shift + TReopen closed tabSends Ctrl + Shift + T.
Cmd + FFindSends Ctrl + F.
Cmd + SSaveSends Ctrl + S.
Cmd + OOpenSends Ctrl + O.
Cmd + PPrintSends Ctrl + P.
Cmd + NNew windowSends Ctrl + N.
Cmd + Shift + NNew private windowSends Ctrl + Shift + N.
Cmd + RReloadSends Ctrl + R.
Cmd + LFocus locationSends Ctrl + L.
Cmd + [BackSends Alt + Left.
Cmd + ]ForwardSends Alt + Right.
Cmd + GNext matchSends Ctrl + G.
Cmd + Shift + GPrevious matchSends Ctrl + Shift + G.
Window and desktop controls
ShortcutAction
Cmd + QClose windowCloses the focused window, not every window of an application.
Ctrl + Focus on left window
Ctrl + Focus on right window
Cmd + Focus on above window
Cmd + Focus on below window
Cmd + EnterLaunch terminal
Cmd + Shift + EnterLaunch browser
Cmd + Left dragMove windowHold Cmd and drag with the left mouse button. Disabled while the switcher is open.
Cmd + Right dragResize windowHold Cmd and drag with the right mouse button. Disabled while the switcher is open.
Cmd + Ctrl + EscSystem menuThe Omarchy System menu moves here from Cmd+Escape.
Window switcher — requires the switcher UI
ShortcutAction
Cmd + TabNext window
Cmd + Shift + TabPrevious window
Cmd + `Next window in application
Cmd + Shift + `Previous window in application
Cmd + Select the tile to the leftWhile the switcher is open.
Cmd + Select the tile to the rightWhile the switcher is open.
Cmd + Select the tile aboveWhile the switcher is open.
Cmd + Select the tile belowWhile the switcher is open.
Cmd + EnterActivate the selected windowWhile the switcher is open.
Cmd + Shift + EnterActivate the selected windowWhile the switcher is open.
Cmd + EscCancel the switcherReturn without changing the focused window.
Release either CmdActivate the selected windowRelease the left or right Command key while the switcher is open.

Window switcher

Switch windows with Cmd + Tab.

Hold Cmd and press Tab to cycle through individual windows. Release to focus your choice. Every window gets its own tile—even when they belong to the same app.

Add Shift to go backwards. Use Cmd + ` to cycle within the current application.

Switcher details
One tile. One window.Illustration
</>Editorthe next idea
Browserthe docsSelected
>_Terminalone more command
+ TabRelease Cmd to focus ↵

Keyboard reference

Shortcut guide

The main remaps at a glance.

A silver Mac keyboard with Command and shortcut keys highlighted, alongside the main Omackey remaps.
Shortcut field guide — AI-generated keyboard illustration Download image ↓

Setup

Install Omackey

Run these commands in your Omarchy session. The installer adds the bindings and asks whether you want the window switcher.

Source on GitHub
Terminal, Omarchy
git clone https://github.com/asaharan/omackey.git
cd omackey
./install.sh

Questions

Do I need an Apple keyboard?

The bindings use Super, which is normally the Command key on a Mac keyboard and the Windows key on a PC keyboard. The artwork uses a Mac keyboard because that’s where these habits come from.

Does it work exactly like macOS everywhere?

Omackey maps familiar shortcuts to Linux key sequences. Apps decide how to handle them. Delete-to-start sends Ctrl+U to windows tagged as terminals, and Shift+Home followed by Backspace elsewhere. Cmd+Q closes the focused window, rather than quitting all windows of an application.

Can I use it without the switcher?

Yes. Choose no when the installer asks about the switcher UI. The Mac-style application bindings remain installed. You can enable the UI later with ./enable-switcher.sh.

How do I remove it?

Run ./uninstall.sh from the checkout to remove Omackey’s integration. The repository’s README has the installation and management commands.