This PR merges several updates and improvements to the fish configuration:
Feat: Integrated zoxide as the default cd provider.
Refactor: Implemented a global syntax highlighting theme.
Refactor: Cleaned up and organized keybinding implementations.
Docs: Added documentation for previously undocumented functions.
This PR merges several updates and improvements to the fish configuration:
- **Feat**: Integrated `zoxide` as the default `cd` provider.
- **Refactor**: Implemented a global syntax highlighting theme.
- **Refactor**: Cleaned up and organized keybinding implementations.
- **Docs**: Added documentation for previously undocumented functions.
- `cd` is now essentially aliased to `z` allowing frecency matching for
`cd` commands.
- `cdi` is now aliased to `zi` allowing interactive frecency matching
for `cd` commands.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR merges several updates and improvements to the fish configuration:
zoxideas the defaultcdprovider.