mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
444f9f8715
This allows for marking certain bindings as part of a preset, which allows us to - only erase those when switching presets - go back to the preset binding when erasing a user binding - only show user customization if requested - make bare bind statements in config.fish work (!!!11elf!!!) Fixes #5191. Fixes #3699.
5 lines
280 B
Text
5 lines
280 B
Text
# Verify that an invalid bind mode is rejected.
|
|
bind: mode name 'bad bind mode' is not valid. See `help identifiers`.
|
|
# Verify that an invalid bind mode target is rejected.
|
|
bind: mode name 'bind-mode' is not valid. See `help identifiers`.
|
|
bind: No binding found for sequence '\t'
|