Linux command
zile 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start
zile
Open
zile [path/to/file]
Example
zile +[line_number] [path/to/file]
说明
zile is a lightweight clone of the Emacs text editor. It implements core Emacs keybindings and features in a smaller, faster package. The name is a recursive acronym: "Zile Is Lossy Emacs". It deliberately omits complex Emacs features like Lisp scripting while retaining the familiar key bindings.
参数
- +_LINE_
- Start at specified line number
- -q
- Quiet mode, suppress messages
- Ctrl+x Ctrl+s
- Save file
- Ctrl+x Ctrl+c
- Quit
- Ctrl+k
- Kill (cut) to end of line
- Ctrl+y
- Yank (paste) killed text
- Ctrl+x u
- Undo
- Ctrl+s
- Incremental search forward
- Ctrl+g
- Cancel current command
FAQ
What is the zile command used for?
zile is a lightweight clone of the Emacs text editor. It implements core Emacs keybindings and features in a smaller, faster package. The name is a recursive acronym: "Zile Is Lossy Emacs". It deliberately omits complex Emacs features like Lisp scripting while retaining the familiar key bindings.
How do I run a basic zile example?
Run `zile` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does +_LINE_ do in zile?
Start at specified line number