>>1
Is a thread valued by the first post or by individual replies?
If by first post, most threads are worthless, if by replies, there tend to be decent replies from time to time.
Is a thread valued by the first post or by individual replies?
Use simple metric: if you feel cleverer after reading a thread, if was a decent thread. If you feel stupider then it was non-decent thread
>>8 C-f is bound to the command forward-char in bindings/default/text.js.
forward-char is an interactive command in builtin-commands.js.
It is bound to C-f, right.
Move or extend the selection forward one character.
Specifically, if the mark is active, runs cmd_selectCharNext. Otherwise, runs cmd_charNext
To toggle whether the mark is active, use set-mark.
The prefix argument specifies a repeat count for this command. If the count is negative, backward-char is performed instead with a corresponding positive repeat count.