amiorin / vim-fasd

vim plugin for changing CWD with fasd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

If you use CtrlP, use this plugin amiorin/ctrlp-z

This vim plugin was extracted from the .vimrc of the author of fasd.

It allows you to change the current directory of vim using fasd and then it open NERDTree window in new working directory.

Usage

:Z           " interactive directory selection
:Z dir1 dir2 " cd, same functionality as j in autojump

Install

" .vimrc
Bundle 'tomtom/tlib_vim'
Bundle 'amiorin/vim-fasd'
Bundle 'scrooloose/nerdtree'
# shell
brew install fasd
# .zshrc
# fasd uses a s d f z zz sd sf
eval "$(fasd --init auto)"
alias v="f -e mvim"
alias o='a -e open'

Reference

Bitdeli Badge

About

vim plugin for changing CWD with fasd


Languages

Language:Vim Script 100.0%