Use it now
Useful3 Signal0
More terminals and editors now show the shift+enter newline hint if the keybinding is installed.
What's wrong with this entry?
Anonymous. No account, no email.
shiftEnterKeyBindingInstalled
What
More terminals show the "shift + ⏎ for newline" hint, driven by a lookup rather than a single check.
Details
- Shown for Apple_Terminal on darwin and for terminals in the known-native map: ghostty, kitty, iTerm.app, WezTerm, WarpTerminal, windows-terminal.
- Additionally shown for vscode, cursor, windsurf, alacritty and zed, gated on the
shiftEnterKeyBindingInstalledconfig being set. - Without that config, those five editors fall back to the previous wording.
Evidence
Mnf = ["vscode", "cursor", "windsurf", "alacritty", "zed"]
Strings lifted out of the shipped bundle, so the claim above can be checked against them.