mirror of
https://github.com/PriceHiller/z.nvim.git
synced 2024-12-28 07:19:15 -06:00
714 B
714 B
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
-
{ "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.