Move terminal name into status subcommand not variable

Forgot about that; less namespace pollution this way, and it's more
obvious that it's read-only.
This commit is contained in:
Johannes Altmanninger
2025-09-26 21:13:44 +02:00
parent abae6157d9
commit 829d6bc8fb
15 changed files with 44 additions and 16 deletions

View File

@@ -332,7 +332,8 @@ Some bindings are common across Emacs and vi mode, because they aren't text edit
- :kbd:`ctrl-u` removes contents from the beginning of line to the cursor (moving it to the :ref:`killring <killring>`).
- :kbd:`ctrl-l` clears and repaints the screen.
- :kbd:`ctrl-l` pushes any text above the prompt to the terminal's scrollback,
then clears and repaints the screen.
- :kbd:`ctrl-w` removes the previous path component (everything up to the previous "/", ":" or "@") (moving it to the :ref:`killring`).