From d663f553dffba460d6d0bcdf93df21bda9ec6f3f Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 7 Jun 2025 22:47:56 +0800 Subject: [PATCH] document alt-s binding programs more clearly --- doc_src/interactive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst index fe448a25e..ecb4c2ed4 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -362,7 +362,7 @@ Some bindings are common across Emacs and vi mode, because they aren't text edit - :kbd:`alt-v` Same as :kbd:`alt-e`. -- :kbd:`alt-s` Prepends ``sudo`` to the current commandline. If the commandline is empty, prepend ``sudo`` to the last commandline. +- :kbd:`alt-s` Prepends ``sudo`` to the current commandline. If the commandline is empty, prepend ``sudo`` to the last commandline. If ``sudo`` is not installed, various similar commands are tried: ``doas``, ``please``, and ``run0``. - :kbd:`ctrl-space` Inserts a space without expanding an :ref:`abbreviation `. For vi mode, this only applies to insert-mode.