Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 906 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 906 Bytes

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