diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-03-14 06:37:33 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-03-14 06:37:33 +0100 |
commit | 02e5742fcf813b0ce6cc9eafa77eaa150531e66d (patch) | |
tree | 48c650096f0472d03c180b52a57e497d99d7ad53 /TODO | |
parent | 152397e641e9d1e6a11f80e24f562c4cf2472a2f (diff) | |
download | sciteco-02e5742fcf813b0ce6cc9eafa77eaa150531e66d.tar.gz |
updated TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -184,9 +184,28 @@ Features: of EI that considers $SCITECOPATH. Current use of EI (insert without string building) will have to move, e.g. to FI. + * ::S for string "comparisons" (anchored search) * ^S (-(length) of last referenced string), ^Y as .+^S,. * ^Q convert line arg into character arg - * ^A and stdio in general + * ^A, T and stdio in general + * Search for beginning of string; i.e. a version of S that + leaves dot before the search string, similar to FK + (request of N.M.). Could be called _ (a global-search variant + in classic TECO). + * Shortcut for cutting into Q-Register. Typing 10Xq10K is very + annoying to type. We could use the @ modifier 10@Xq or + define a new command, like ^X (search-mode flag in classic + TECO). On the other hand, a search mode setting would be + useful in SciTECO as well! + * For symmetry, there should be a command for -W, + eg. P. Macros and modifiers are obviously not a solution here + since they're too long. + * Visual selections via `...'. + Allows them to be used recursively (eg. as a tool in macros). + Returns the buffer range. + * Perhaps there should be a built-in command for joining + lines as has been requested by users. + ^J (caret+J) would still be free. * Buffer ids should be "circular", i.e. interpreted modulo the number of buffers in the ring. This allows "%*" to wrap at the end of the buffer list. |