Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amiorin/ctrlp-z
fasd interface with ctrlp.vim
https://github.com/amiorin/ctrlp-z
Last synced: 11 days ago
JSON representation
fasd interface with ctrlp.vim
- Host: GitHub
- URL: https://github.com/amiorin/ctrlp-z
- Owner: amiorin
- Fork: true (ompugao/ctrlp-z)
- Created: 2013-03-08T08:48:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T08:46:46.000Z (about 9 years ago)
- Last Synced: 2024-08-02T14:12:54.711Z (4 months ago)
- Language: VimL
- Size: 137 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ctrlp-z
This [CtrlP][4] extension allows you to change the **current working directory** and to open files using [fasd][3] and [NERDTree][5]![img][6]
## Install
If you use [Vundle][1] you can install this plugin using Vim command `:BundleInstall amiorin/ctrlp-z`.
Don't forget put a line `Bundle 'amiorin/ctrlp-z'` in your `.vimrc`.If you use [Pathogen][2], you just execute following:
cd ~/.vim/bundle
git clone https://github.com/amiorin/ctrlp-z.gitIf you don't use either plugin management system, copy `autoload` and `plugin` directory to your `.vim` directory.
\*nix: $HOME/.vim
Windows: $HOME/vimfiles## Configuration
To enable the integration with [NERDTree][5]:let g:ctrlp_z_nerdtree = 1
To make this plugin available at startup instead of `autoload-functions`:
let g:ctrlp_extensions = ['Z', 'F']
Commands available:
:CtrlPZ
:CtrlPFIt might be useful like these mappings:
nnoremap sz :CtrlPZ
nnoremap sf :CtrlPFInside CtrlP use `` to toggle between the string mode and full regexp mode.
## Link
* [kien/ctrlp.vim][4]
* [scrooloose/nerdtree][5]## License
Copyright (C) 2013 Alberto Miorin. Distributed under the MIT License.[1]: https://github.com/gmarik/vundle.git
[2]: https://github.com/tpope/vim-pathogen
[3]: https://github.com/clvv/fasd
[4]: https://github.com/kien/ctrlp.vim
[5]: https://github.com/scrooloose/nerdtree
[6]: https://pbs.twimg.com/media/BE1bIabCUAA3ItF.png:large[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/amiorin/ctrlp-z/trend.png)](https://bitdeli.com/free "Bitdeli Badge")