Skip to content

tnagorra/wd-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wd.nvim

wd (warp directory) lets you jump to custom directories in neovim, without using cd.

This is a neo-vim plugin that complements the ZSH plugin wd

You can still use this plugin without installing wd. But, you will need to create the .warprc file yourself. At least for now!

Installing

with vim-plug

Plug 'tnagorra/wd-nvim'

Usage

" If currently in any directory inside warp-point, jump to the warp-point
:Wd

" Jump to a warp-point
:Wd [warp-point]

Features

  • Jump to a warp point
  • Add/Edit a warp point
  • Remove a warp point
  • Clean warp points

Options

" Set location of .warprc file
let wd_warprc = '~/some/where/warp.rc'

Example .warprc


kitab-client:~/Personal/Projects/kitab/client
kitab-server:~/Personal/Projects/kitab/server

About

Jump to custom directories in neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published