diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-02-28 19:26:36 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-02-28 19:26:36 +0300 |
commit | 84849f4c162ce7efacf5a35247e2055ac334d41c (patch) | |
tree | 4ca50f54e91059a82a09bdfe7cdf23ceddf7eb2e /doc/cheat-sheet.mm | |
parent | f421c8fcf3c47c78c666906165006969ff21429e (diff) | |
download | sciteco-84849f4c162ce7efacf5a35247e2055ac334d41c.tar.gz |
cheat sheet: removed reference to M#xc, mention mouse support and :EF
Diffstat (limited to 'doc/cheat-sheet.mm')
-rw-r--r-- | doc/cheat-sheet.mm | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/doc/cheat-sheet.mm b/doc/cheat-sheet.mm index da0ef28..ab404e3 100644 --- a/doc/cheat-sheet.mm +++ b/doc/cheat-sheet.mm @@ -174,7 +174,7 @@ Exit, saving all \(lqdirty\(rq buffers. \fCEB\fI\^file\^\fR\*$ . TD Edit buffer or open new \fIfile\fP (glob pattern). -Files, that did not exist on disk, will not be created until you save them. +\#Files, that did not exist on disk, will not be created until you save them. . TRX . TD \fCEB*.c\*$ @@ -190,7 +190,7 @@ Edit the unnamed buffer. . CI 0EB . TD Show buffer ring/list. -You can specify a filename afterwards to open a file. +You can type or click a filename afterwards. . TRX . TD \fIn\fCEB\fR\*$ @@ -236,6 +236,11 @@ Finish (close) current buffer. Finish (close) current buffer, discarding all unsaved changes. . TRX . TD +. CI :EF +. TD +Finish (close) current buffer, saving it if it is \(lqdirty\(rq. +. TRX +. TD \fCFG\fI\^path\^\fR\*$ . TD Go to folder \fIpath\fP, i.e. change working directory. @@ -246,7 +251,7 @@ Go to folder \fIpath\fP, i.e. change working directory. Set single byte ASCII mode. . TRX . TD colspan=2 -\fBTip:\fP You can use the Tab-key for autocompleting filenames and paths. +\fBTip:\fP You can use the Tab-key and mouse for autocompleting filenames and paths. .ETB . .NCOL @@ -368,8 +373,14 @@ Copy whole buffer into Q-Register \fIq\fP. . TD . CI X\(ti . TD -Copy line into clipboard. See also -.pdfhref W -D https://github.com/rhaberkorn/sciteco/wiki/Useful-Macros#copypaste-from-clipboard -A . \fCM#xc\fP +Copy line into clipboard. +.ig END +. TRX +. TD +. CI G\(ti +. TD +Paste from clipboard. +.END . TRX . TD . CI G q @@ -472,7 +483,7 @@ Jump to end of buffer. . TRX . TD colspan=2 \fBTip:\fP Enable the \fCfnkeys.tes\fP module in \fC.teco_ini\fP -to move around with cursor keys! +to move around with cursor keys and mouse! .ETB . .TBLX "External Programs" width='42% 58%' @@ -618,7 +629,7 @@ Search help by word at current position in buffer. .END . TRX . TD colspan=2 -\fBTip:\fP You can use the Tab-key for autocompleting topics. +\fBTip:\fP You can use the Tab-key and mouse for autocompleting topics. .ETB . .NCOL @@ -823,7 +834,7 @@ Setting a number does not change the string part! Set lexer (syntax highlighting) for language \fIname\fP. . TRX . TD colspan=2 -\fBTip:\fP You can use the Tab-key for autocompleting long Q-Register +\fBTip:\fP You can use the Tab-key and mouse for autocompleting long Q-Register names (and therefore Lexer names). .ETB \# EOF
\ No newline at end of file |