Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-31 00:21:41 +00:00
parent 5985fac848
commit af1e54b296
12 changed files with 83 additions and 36 deletions

View File

@@ -24,14 +24,10 @@ source: https://github.com/tldr-pages/tldr.git
`alacritty --working-directory {{path/to/directory}}`
- [e]xecute a command in a new Alacritty window (also works with `alacritty msg create-window`):
- Execute a command in a new Alacritty window (also works with `alacritty msg create-window`):
`alacritty {{[-e|--command]}} {{command}}`
- Use an alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.toml`):
`alacritty --config-file {{path/to/config.toml}}`
- Run with live configuration reload enabled (can also be enabled by default in `alacritty.toml`):
`alacritty --live-config-reload --config-file {{path/to/config.toml}}`