2.3 KiB
2.3 KiB
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
- Ghostty
- Tmux
- Alacritty
- Kitty
- WezTerm
- Hyprland
- Yazi
📚 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.