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!
with vim-plug
Plug 'tnagorra/wd-nvim'
" If currently in any directory inside warp-point, jump to the warp-point
:Wd
" Jump to a warp-point
:Wd [warp-point]
- Jump to a warp point
- Add/Edit a warp point
- Remove a warp point
- Clean warp points
" Set location of .warprc file
let wd_warprc = '~/some/where/warp.rc'
kitab-client:~/Personal/Projects/kitab/client
kitab-server:~/Personal/Projects/kitab/server