install.fairie/dotfiles/.vim/plugged/zoxide.vim/README.md
Git E2E Dev Test Username 774e7b2439 git subrepo clone https://github.com/nanotee/zoxide.vim.git ./dotfiles/.vim/plugged/zoxide.vim
subrepo:
  subdir:   "dotfiles/.vim/plugged/zoxide.vim"
  merged:   "7add42b04"
upstream:
  origin:   "https://github.com/nanotee/zoxide.vim.git"
  branch:   "master"
  commit:   "7add42b04"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:37:35 -04:00

1.4 KiB

zoxide.vim

A small (Neo)Vim wrapper for zoxide

Requirements

  • A recent version of Vim or Neovim
  • 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
  • :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

Configuration

See zoxide-vim-configuration