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 🙂.
-
{ "PriceHiller/z.nvim", config = true, cmd = { "Z" } }
The default configuration is provided below:
require("z").setup({
z_cmd = "z",
use_dir_changed = true
})
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.