Perform basic file edits using an editor: Revision history

From Mintarc Forge

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 February 2025

  • curprev 08:0408:04, 20 February 2025 Tommy talk contribs 889 bytes +889 Created page with "== vi/vim - Visual editor== Mode switching: i: Enter insert mode at cursor o: Open new line below cursor and enter insert mode a: Enter insert mode after cursor ESC: Return to command mode Navigation: h: Move left j: Move down k: Move up l: Move right Saving and exiting: ZZ: Save and exit :w!: Force save :q!: Force quit without saving :e!: Reload file, discarding changes Editing: c: Change (delete and enter insert mode) d: Delete p: Paste after cursor y: Yank (copy)..."