fix(config): split tricks.fish overrides-tricks into manpager/bang sites
overrides-tricks conflated two distinct C3 concerns under one shared site (overrides/environment), so __fish_config_op_overrides_key_bindings off left tricks.fish's bang-bang bindings active while abbr.fish/puffer.fish/ config.fish's equivalent sites correctly disabled -- a half-dismantled bang-bang system per docs/manual's own atomic-gating claim. Split into tricks-manpager (overrides/environment, matches PAGER/EDITOR/CDPATH) and tricks-bang (overrides/key-bindings, matches abbr.fish/puffer.fish/ config.fish's bang-related sites, per docs/manual/08-components-reference/03-c3-key-and-environment-overrides.md). Also fixes stale prose in config.fish's top-of-file comment: the guard signature is now <identity> [<site>], not <category>.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
# ───────────────────── Opinionated component guards ─────────────────────
|
||||
# Opinionated components (AGENTS.md Task #3) are wrapped in
|
||||
# __fish_config_op_enabled <category> guards throughout this file and conf.d/.
|
||||
# __fish_config_op_enabled <identity> [<site>] guards throughout this file and conf.d/.
|
||||
# The helper always evaluates the master switch __fish_config_opinionated
|
||||
# first (falsy disables everything), then the per-category opt-out variable:
|
||||
# __fish_config_op_aliases C1 — command shadows / flag injection
|
||||
|
||||
Reference in New Issue
Block a user