diff --git a/pages/linux/zile.md b/pages/linux/zile.md new file mode 100644 index 0000000000..72d7fc01a8 --- /dev/null +++ b/pages/linux/zile.md @@ -0,0 +1,28 @@ +# zile + +> Zile is a lightweight clone of the Emacs text editor. +> More information: . + +- Start a buffer for temporary notes, which won't be saved: + +`zile` + +- 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`