Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-19 00:15:19 +00:00
parent e51f0de5d2
commit be266d6567
2 changed files with 10 additions and 9 deletions

View File

@@ -20,10 +20,10 @@ source: https://github.com/tldr-pages/tldr.git
`alacritty -e {{command}}`
- Use an alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.yml`):
- Use an alternative configuration file (defaults to `$XDG_CONFIG_HOME/alacritty/alacritty.toml`):
`alacritty --config-file {{path/to/config.yml}}`
`alacritty --config-file {{path/to/config.toml}}`
- Run with live configuration reload enabled (can also be enabled by default in `alacritty.yml`):
- Run with live configuration reload enabled (can also be enabled by default in `alacritty.toml`):
`alacritty --live-config-reload --config-file {{path/to/config.yml}}`
`alacritty --live-config-reload --config-file {{path/to/config.toml}}`