Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KosukeMizuno/ctrlp-fern-action.vim
https://github.com/KosukeMizuno/ctrlp-fern-action.vim
fern-vim-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/KosukeMizuno/ctrlp-fern-action.vim
- Owner: KosukeMizuno
- License: mit
- Created: 2021-08-11T15:42:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T15:44:06.000Z (over 3 years ago)
- Last Synced: 2024-08-07T18:45:48.929Z (5 months ago)
- Topics: fern-vim-plugin
- Language: Vim script
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctrlp-fern-action
fuzzy matcher interface of [fern.vim](https://github.com/lambdalisue/fern.vim) for [ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim)
## Usage
For example, write the following in your vimrc:
`autocmd FileType fern nnoremap ; CtrlPFernAction`
or, call `:CtrlPFernAction` from fern buffer.## License
MIT