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 /README | |
parent | f421c8fcf3c47c78c666906165006969ff21429e (diff) | |
download | sciteco-84849f4c162ce7efacf5a35247e2055ac334d41c.tar.gz |
cheat sheet: removed reference to M#xc, mention mouse support and :EF
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ Features by the user (commands may have more than two arguments) * Extended Q-Register namespace (arbitrary strings): Can be used to build libraries and can be abused as a data structure. +* Quick access to the system clipboard via special `~` registers, even on ncurses! * Make use of your keyboard's function keys by assigning them to strings inserted into the command stream. This also enables navigating with function keys (e.g. cursor keys) as demonstrated |