2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-13 04:33:33 +00:00

CHANGELOG terminal modes

This commit is contained in:
Fabian Homborg 2020-05-16 13:09:00 +02:00
parent 29754f3540
commit 5bd1536f06

View file

@ -10,6 +10,7 @@
- Fixed `pushd`'s behavior with respect to the directory stack when given an invalid argument
- A new variable, `$fish_vi_force_cursor`, has been added. This can be set to force `fish_vi_cursor` to attempt changing the cursor shape in vi mode, regardless of terminal. Additionally, the `fish_vi_cursor` option `--force-iterm` has been deprecated; all usages can be replaced by setting `$fish_vi_force_cursor`.
- The history file is now created with user-private permissions, matching other shells (#6926). The directory containing the history file remains private, so there should not have been any private date revealed.
- fish no longer disables flow control after every command. Enterprising users can now enable it for external commands with `stty`. (#2315)
### Syntax changes and new commands