ghostty: document keyboard shortcuts

This commit is contained in:
Sridhar Ratnakumar 2025-07-26 17:23:15 -04:00
parent 7d62b654e4
commit 4bef01787a

View file

@ -7,6 +7,12 @@
gtk-titlebar = false; # better on tiling wm
font-size = 10;
theme = "catppuccin-mocha";
# Default window split keybindings (no custom config needed):
# Cmd+D (macOS) / Ctrl+Shift+D (Linux) - Split right
# Cmd+Shift+D (macOS) / Ctrl+Shift+Shift+D (Linux) - Split down
# Cmd+W (macOS) / Ctrl+Shift+W (Linux) - Close current split
# Cmd+[ / Cmd+] (macOS) / Ctrl+Shift+[ / Ctrl+Shift+] (Linux) - Navigate splits
};
};
}