mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
ghostty: document keyboard shortcuts
This commit is contained in:
parent
7d62b654e4
commit
4bef01787a
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue