nanotee/zoxide.vim

A small (Neo)Vim wrapper for zoxide

276

stars

60

commits

Vim Script

primary language

Aug 18, 2026

updated

autojump
neovim
vim
z
zoxide
Browse cluster: Vim/Neovim IDE Extensions

README

zoxide.vim

A small (Neo)Vim wrapper for zoxide

Requirements

  • Vim >=8.2.1969 or Neovim >=0.10.0
  • The zoxide utility
  • (optional) The fzf utility along with the fzf.vim script

Installation

Install using your favorite plugin manager:

Usage

The plugin defines commands that wrap the functionality of zoxide:

  • :Z {query}: cd to the highest ranked directory matching your query. If {query} is omitted, cd to the home directory
  • :Lz {query}: same as :Z, but local to the current window
  • :Tz {query}: same as :Z, but local to the current tab
  • :Bz {query}: same as :Z, but local to the current buffer (Neovim >=0.13 only)
  • :Zi {query}: cd to one of your highest ranking directories using fzf
  • :Lzi {query}: same as :Zi, but local to the current window
  • :Tzi {query}: same as :Zi, but local to the current tab
  • :Bzi {query}: same as :Zi, but local to the current buffer (Neovim >=0.13 only)

Configuration

See zoxide-vim-configuration

Events

See zoxide-vim-events

Contributors

nanotee

58 commits

MageJohn

2 commits

nanotee/zoxide.vim

A small (Neo)Vim wrapper for zoxide

276

stars

60

commits

Vim Script

primary language

Aug 18, 2026

updated

autojump
neovim
vim
z
zoxide
Browse cluster: Vim/Neovim IDE Extensions

README

zoxide.vim

A small (Neo)Vim wrapper for zoxide

Requirements

  • Vim >=8.2.1969 or Neovim >=0.10.0
  • The zoxide utility
  • (optional) The fzf utility along with the fzf.vim script

Installation

Install using your favorite plugin manager:

Usage

The plugin defines commands that wrap the functionality of zoxide:

  • :Z {query}: cd to the highest ranked directory matching your query. If {query} is omitted, cd to the home directory
  • :Lz {query}: same as :Z, but local to the current window
  • :Tz {query}: same as :Z, but local to the current tab
  • :Bz {query}: same as :Z, but local to the current buffer (Neovim >=0.13 only)
  • :Zi {query}: cd to one of your highest ranking directories using fzf
  • :Lzi {query}: same as :Zi, but local to the current window
  • :Tzi {query}: same as :Zi, but local to the current tab
  • :Bzi {query}: same as :Zi, but local to the current buffer (Neovim >=0.13 only)

Configuration

See zoxide-vim-configuration

Events

See zoxide-vim-events

Contributors

nanotee

58 commits

MageJohn

2 commits

Languages

Vim Script

97.2%

Lua

2.8%