emacs*: add German translation (#4828)

This commit is contained in:
Felix Brilej
2020-10-24 16:25:53 +02:00
committed by GitHub
parent beff2972f4
commit 752392dfa5
2 changed files with 48 additions and 0 deletions

24
pages.de/common/emacs.md Normal file
View File

@@ -0,0 +1,24 @@
# emacs
> Der erweiterbare, veränderbare, selbst-dokumentierende Echtzeit Text Editor.
> Weitere informationen: <https://www.gnu.org/software/emacs>.
- Starten von Emacs in der Konsole (ohne X-Fenster):
`emacs -nw`
- Öffnen einer Datei:
`emacs {{Pfad/zur/Datei}}`
- Tastenkombination zum Speichern einer Datei:
`Ctrl + X, Ctrl + S`
- Tastenkombination zum Beenden von Emacs:
`Ctrl + X, Ctrl + C`
- Öffnen einer Datei in einer bestimmten Zeile:
`emacs +{{Zeilen-Nummer}} {{Pfad/zur/Datei}}`