1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 18:35:25 +02:00
tldr/pages.ko/linux/zile.md
Managor 25f9b19324
pages*/linux/*: apply keypress specifications to translations (#15907)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-23 01:43:13 +02:00

28 lines
446 B
Markdown

# zile
> Emacs 텍스트 편집기의 경량 클론.
> 더 많은 정보: <https://www.gnu.org/software/zile/>.
- 임시 메모를 위한 버퍼 시작 (저장되지 않음):
`zile`
- 파일 열기:
`zile {{경로/대상/파일}}`
- 파일 저장:
`<Ctrl x><Ctrl s>`
- 종료:
`<Ctrl x><Ctrl c>`
- 지정된 줄 번호에서 파일 열기:
`zile +{{줄_번호}} {{경로/대상/파일}}`
- 변경 사항 실행 취소:
`<Ctrl x><u>`