mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation * mpv: fix typo
This commit is contained in:
20
pages.ko/common/mg.md
Normal file
20
pages.ko/common/mg.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# mg
|
||||
|
||||
> 작고 빠르며 이식성이 뛰어난 `emacs` 기반 텍스트 편집기.
|
||||
> 더 많은 정보: <https://github.com/hboetes/mg>.
|
||||
|
||||
- 파일을 열어 편집:
|
||||
|
||||
`mg {{경로/대상/파일}}`
|
||||
|
||||
- 지정된 줄 번호에서 파일 열기:
|
||||
|
||||
`mg +{{줄_번호}} {{경로/대상/파일}}`
|
||||
|
||||
- 읽기 전용 모드로 파일 열기:
|
||||
|
||||
`mg -R {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||||
|
||||
- 편집 시 `~` 백업 파일 비활성화:
|
||||
|
||||
`mg -n {{경로/대상/파일}}`
|
Reference in New Issue
Block a user