Change change fuzzy completion prefix to z!

This commit is contained in:
Ajeet D'Souza 2022-07-04 14:35:41 +05:30
parent f830fbd670
commit e7cc34b359
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Fish: change fuzzy completion prefix to `z!`.
## [0.8.2] - 2022-06-26
### Changed

View File

@ -431,7 +431,7 @@ They must be set before `zoxide init` is called.
[telescope.nvim]: https://github.com/nvim-telescope/telescope.nvim
[termux]: https://github.com/termux/termux-packages/tree/master/packages/zoxide
[tutorial]: contrib/tutorial.webp
[ubuntu packages]: https://packages.ubuntu.com/hirsute/zoxide
[ubuntu packages]: https://packages.ubuntu.com/jammy/zoxide
[vim]: https://github.com/vim/vim
[void linux packages]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/zoxide
[wiki-env]: https://github.com/ajeetdsouza/zoxide/wiki/HOWTO:-set-environment-variables "HOWTO: set environment variables"

View File

@ -62,7 +62,7 @@ end
# When using zoxide with --no-cmd, alias these internal functions as desired.
#
set __zoxide_z_prefix 'z#'
set __zoxide_z_prefix 'z!'
# Jump to a directory using only keywords.
function __zoxide_z