lingceng / z.vim

Help jumping to the most used directories in vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

z.vim

Help jumping to the most used directories in vim.

This plugin make vim work with z. So you need to install https://github.com/rupa/z first.

Installation

If you don't have a preferred installation method, I recommend installing Vundle.vim, and add following to your ~/.vimrc:

Plugin 'lingceng/z.vim'

Usage

If you always do cd ~/workspace/document/nice in shell. Do following to open the folder:

:Z nice

Version

(0.2) Add Zc usage. (0.1) Avoid using lambda, so that plugin works on older Vim versions.

License

Copyright (c) Lingceng. Distributed under the same terms as Vim itself. See :help license.

About

Help jumping to the most used directories in vim.


Languages

Language:Vim Script 100.0%