mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
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:
@@ -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`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user