From 1d69226c58c724de2ffdd4a9e0716d60637b78ea Mon Sep 17 00:00:00 2001 From: Axlefublr <101342105+Axlefublr@users.noreply.github.com> Date: Thu, 1 May 2025 13:58:18 +0800 Subject: [PATCH] preciser wording for builtin crossmode alt+p binding --- 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 3b4e2002a..2329acb05 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -354,7 +354,7 @@ Some bindings are common across Emacs and vi mode, because they aren't text edit - :kbd:`alt-o` opens the file at the cursor in a pager. If the cursor is in command position and the command is a script, it will instead open that script in your editor. The editor is chosen from the first available of the ``$VISUAL`` or ``$EDITOR`` variables. -- :kbd:`alt-p` adds the string ``&| less;`` to the end of the job under the cursor. The result is that the output of the command will be paged. +- :kbd:`alt-p` adds the string ``&| less;`` to the end of the job under the cursor. The result is that the output of the command will be paged. If you set the `$PAGER` environment variable, its value is used instead of `less`. - :kbd:`alt-w` prints a short description of the command under the cursor.