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:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

36
pages.ko/common/most.md Normal file
View File

@@ -0,0 +1,36 @@
# most
> 하나 또는 여러 파일을 대화형으로 열어 스크롤 및 검색을 할 수 있습니다.
> 더 많은 정보: <https://manned.org/most>.
- 파일 열기:
`most {{경로/대상/파일}}`
- 여러 파일 열기:
`most {{경로/대상/파일1 경로/대상/파일2 ...}}`
- "문자열"의 첫 번째 발생 지점에서 파일 열기:
`most {{경로/대상/파일}} +/{{문자열}}`
- 열린 파일 사이를 이동:
`:O n`
- 100번째 줄로 이동:
`{{100}}j`
- 현재 파일 편집:
`e`
- 현재 창을 반으로 분할:
`<CTRL-x> o`
- 종료:
`Q`