Ghostty + Zellij 👻 setup on Mac
dev.to·13h·
Discuss: DEV
Flag this post

So i have been using Ghostty with Zellij on macOS for a while, as my favourite goto terminal and workspace.

Problem

However, some things have been bothering me for a while that I couldn’t sort out until now:

  1. The Option key on macOS wasn’t being interpreted as Alt correctly in the terminal
  2. Jumping forward a word with Option+Right would trigger Zellij’s floating pane toggle instead
  3. Reordering tabs with Alt+i and Alt+o did not work as expected

This happens because macOS terminals convert Option+Right to Alt+f (for “forward word” navigation), which conflicts with Zellij’s Alt+f floating pane keybinding.

Solutio…

Similar Posts

Loading similar posts...