aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/cheat-sheet.mm
AgeCommit message (Collapse)AuthorFilesLines
2025-03-22added `P` command as a reverse form of `W`Robin Haberkorn1-3/+10
* All the movement commands have shortcuts for their negative forms: `R` instead of `-C`, `B` instead of `-L`. Therefore there was always the need for a `-W` shortcut as well. * `P` is a good choice because it is a file IO command in TECO-11, that does not make sense supporting. In Video TECO it toggles between display windows (ie. split screens) and I do not plan to support multiple windows in SciTECO. * Added to the cheat sheet.
2025-02-28cheat sheet: removed reference to M#xc, mention mouse support and :EFRobin Haberkorn1-8/+19
2024-12-28updated cheat sheet: @Xq, S...$^SC and lots of microtypographic improvementsRobin Haberkorn1-46/+54
2024-11-18fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"Robin Haberkorn1-13/+13
2024-09-17updated cheat sheetRobin Haberkorn1-8/+17
* character-based model, avoid mentioning "ASCII code" * added "0EE" example * should be built with pdfmom, so it's built with gropdf
2023-07-02cheat-sheet.mm: minor improvementsRobin Haberkorn1-3/+2
2023-06-28added cheat sheetRobin Haberkorn1-0/+813
* This is supposed to allow new users without any prior exposure to SciTECO to pick up the basics of practical usage of SciTECO as an editor. It almost does not elaborate on scripting-side of things. * This requires a full Groff installation, so the document is not built by default.