Zoxide.vim Save

A small (Neo)Vim wrapper for zoxide

Project README

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

Events

See zoxide-vim-events

Open Source Agenda is not affiliated with "Zoxide.vim" Project. README Source: nanotee/zoxide.vim
Stars
186
Open Issues
2
Last Commit
6 months ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating