Re: removal of ^T from WhereIs and GotoLine

Benno Schulenberg <[email protected]> Wed, 8 Jul 2026 16:05:59 +0200
Newsgroups gmane.editors.nano.devel
Message-ID <[email protected]>
Hello Sébastien,

Op 06-07-2026 om 17:07 schreef Seb:
> You maintain Nano [...].  Millions of users are relying on you, Benno.
> You have a responsibility towards them.
> 
> [...]  They expect Nano to work as it always has, [...]


You're right.  I've added back unlisted ^T toggles to the WhereIs and
GotoLine menus, similar to how ^Y/^V are already handled in WhereIs:

   https://cgit.git.savannah.gnu.org/cgit/nano.git/commit/?id=fde24946


> As an aside, last week's AI told me to use ^O^X, not ^S^Q.

To save the buffer and exit from nano, right?  The first is incomplete
(it needs a ^M or <Enter> in the middle), and the second is correct only
when using --modernbindings.  Are you using the latter?

Googling for advice on the net is hit-and-miss.  A few times per year I
search the net for articles about nano.  Every such article contains some
mistake: sometimes saying that ^O^X will save and exit, sometimes to use
^W to search again, or other incomplete or non-optimal advice.  In short,
if people want reliable information they should refer to nano itself: to
the man page.


Benno