mirror of
https://github.com/PriceHiller/z.nvim.git
synced 2024-12-27 16:18:37 -06:00
lua | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.stylua.toml | ||
LICENSE | ||
Makefile | ||
README.md |
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.