mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 17:55:48 +02:00
alacritty: add Dutch translation
This commit is contained in:
parent
fdad0b5b20
commit
1e25bc0486
1 changed files with 24 additions and 0 deletions
24
pages.nl/common/alacritty.md
Normal file
24
pages.nl/common/alacritty.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# alacritty
|
||||||
|
|
||||||
|
> Cross-platform, GPU-versnelde terminalemulator.
|
||||||
|
> Meer informatie: <https://github.com/alacritty/alacritty>.
|
||||||
|
|
||||||
|
- Open een nieuw Alacritty-venster:
|
||||||
|
|
||||||
|
`alacritty`
|
||||||
|
|
||||||
|
- Uitvoeren in een specifieke directory:
|
||||||
|
|
||||||
|
`alacritty --working-directory {{pad/naar/directory}}`
|
||||||
|
|
||||||
|
- Voer een opdracht uit in een nieuw Alacritty-venster:
|
||||||
|
|
||||||
|
`alacritty -e {{bevel}}`
|
||||||
|
|
||||||
|
- Geef een alternatief configuratiebestand op (standaard ingesteld op `$XDG_CONFIG_HOME/alacritty/alacritty.yml`):
|
||||||
|
|
||||||
|
`alacritty --config-file {{pad/naar/config.yml}}`
|
||||||
|
|
||||||
|
- Uitvoeren met live config reload ingeschakeld (kan ook standaard worden ingeschakeld in `alacritty.yml`):
|
||||||
|
|
||||||
|
`alacritty --live-config-reload --config-file {{pad/naar/config.yml}}`
|
Loading…
Add table
Reference in a new issue