Skip to content

PriceHiller/z.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Z.nvim

A simple wrapper around the z shell program.

Confirmed to work with the following implementations:

Open an issue/PR if a z implementation works/doesn't work 🙂.

Installation/Setup

  • lazy.nvim:

    {
      "PriceHiller/z.nvim",
      config = true,
      cmd = { "Z" }
    }

Configuration

The default configuration is provided below:

require("z").setup({
  z_cmd = "z",
  use_dir_changed = true
})

Usage

z.nvim provides a single user command: Z. Type Z and a commonly visited directory to change the current directory to it.

Just like using z in the command line.

Releases

No releases published

Packages

No packages published