commands.sh

zile

linux

A lightweight clone of the Emacs text editor.

More info →

Examples (6)

Start a buffer for temporary notes, which won't be saved

Open a file

zile path/to/file

Save a file

<Ctrl x><Ctrl s>

Quit

<Ctrl x><Ctrl c>

Open a file at a specified line number

zile +line_number path/to/file

Undo changes

<Ctrl x><u>
made by @shridhargupta | data from tldr-pages