# Cheatsheets Index (ddubsOS) These documents cover both general usage and the specific configuration as defined in the NixOS configuration "ddubsOS". - General use: Practical, task-focused tips and top workflows. - ddubsOS specifics: Notes reflecting how tools are configured in this repository (modules/home/*) so behavior matches your system. ## πŸ”— Quick Links - Emacs - [Getting Started Top 10](emacs/emacs.getting-started.top10.md) - [File Explorer](emacs/emacs.file-explorer.cheatsheet.md) - [Code Completion](emacs/emacs.code-completion.cheatsheet.md) - [Magit (Git)](emacs/emacs.magit.cheatsheet.md) - [Markdown](emacs/emacs.markdown.cheatsheet.md) - Ghostty - [Ghostty Cheatsheet](ghostty/ghostty.cheatsheet.md) - Tmux - [Tmux Cheatsheet](tmux/tmux.cheatsheet.md) - Alacritty - [Alacritty Cheatsheet](alacritty/alacritty.cheatsheet.md) - Kitty - [Kitty Cheatsheet](kitty/kitty.cheatsheet.md) - WezTerm - [WezTerm Cheatsheet](wezterm/wezterm.cheatsheet.md) - Hyprland - [Keybindings](hyprland/hyprland.binds.cheatsheet.md) - [Window Rules](hyprland/hyprland.windowrules.cheatsheet.md) - Yazi - [Keymap](yazi/yazi.keymap.cheatsheet.md) ## πŸ“š How to use - Browse the area you care about (e.g., Emacs, Ghostty). - Start with the β€œgetting started” or β€œtop tips” docs for quick wins. - Refer to tool-specific cheatsheets for day-to-day commands, then cross-check any ddubsOS-specific settings. ## πŸ“‚ Directory Tree ``` cheatsheets/ β”œβ”€β”€ emacs/ β”‚ β”œβ”€β”€ emacs.code-completion.cheatsheet.md β”‚ β”œβ”€β”€ emacs.file-explorer.cheatsheet.md β”‚ β”œβ”€β”€ emacs.getting-started.top10.md β”‚ β”œβ”€β”€ emacs.magit.cheatsheet.md β”‚ └── emacs.markdown.cheatsheet.md β”œβ”€β”€ ghostty/ β”‚ └── ghostty.cheatsheet.md β”œβ”€β”€ tmux/ β”‚ └── tmux.cheatsheet.md β”œβ”€β”€ alacritty/ β”‚ └── alacritty.cheatsheet.md β”œβ”€β”€ kitty/ β”‚ └── kitty.cheatsheet.md β”œβ”€β”€ wezterm/ β”‚ └── wezterm.cheatsheet.md β”œβ”€β”€ hyprland/ β”‚ β”œβ”€β”€ hyprland.binds.cheatsheet.md β”‚ └── hyprland.windowrules.cheatsheet.md └── yazi/ └── yazi.keymap.cheatsheet.md ``` ## πŸ› οΈ Notes - Ghostty cheatsheet reflects bindings from modules/home/terminals/ghostty.nix (ddubsOS). - Emacs docs follow the same markdown style for consistency and quick scanning.