Re: [PATCH] Change <delete> to delete forward in the editor menu.

Crystal Kolipe via Mutt-dev <[email protected]> Sun, 26 Jul 2026 14:57:22 -0000
Newsgroups gmane.mail.mutt.devel
Message-ID <[email protected]>
On Sat, Jul 25, 2026 at 09:01:36PM +0800, Kevin J. McCarthy wrote:
> But my understanding was that general expectations have changed.  vim and
> emacs (without a configuration file) delete forwards, as does bash. At
> least, for me they behave that way.

The logic for 'delete' deleting forwards becomes clearer if you think of it as
the opposite of 'insert' on a terminal with auto-insertion disabled,
(I.E. overtype mode).

In that case, it's usually expected that hitting 'insert' immediately followed
by 'delete' would be a no-op.  In other words, the 'delete' would remove the
blank space inserted.