mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 04:41:15 -03:00
Add separation of "preset" bindings
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.
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user