Skip to content

Troubleshooting Guide

Quick fixes and recovery commands for common issues.

Terminal window
# Window manager breaks
killall yabai skhd
brew services restart yabai
brew services restart skhd
# Terminal broken
/Applications/Ghostty.app/Contents/MacOS/ghostty
# Tmux unresponsive
tmux kill-server
tmux new-session
# Neovim stuck
:qa! # Force quit all
pkill nvim # From another terminal
Terminal window
# Restart all window management
skhd --restart-service
yabai --restart-service
# Check status
brew services list | grep -E "(yabai|skhd)"