Releases: PsychoLlama/teleport.vim
Releases · PsychoLlama/teleport.vim
v0.8.0
v0.7.0
Added:
- Command completion for the zoxide driver (requires zoxide@>=0.4.2).
- Real frecency values in the zoxide programmatic API (requires zoxide@>=0.4.2).
v0.6.0
Added:
- Experimental autojump support.
v0.5.0
Added:
- New
teleport#update_cwd
option.
v0.4.0
Changed:
- Renamed the plugin from z.vim to teleport.vim.
- Moved
zcd#
functions to theteleport#
namespace. - Renamed
zcd#path
toteleport#path
with a hard error. - Renamed
zcd#driver
toteleport#driver
.
v0.3.0
v0.2.0
Added:
- Support for z.lua (thanks
@kuator
!)
v0.1.1
Added:
- Expansion of special variables (e.g.
~
,$HOME
, or%:h
). Affects both command and programmatic usage.
v0.1.0
Initial release.