Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meaneye/ctrlp-leader-guide
🍎Vim leader guide with ctrlp insterface.
https://github.com/meaneye/ctrlp-leader-guide
Last synced: 21 days ago
JSON representation
🍎Vim leader guide with ctrlp insterface.
- Host: GitHub
- URL: https://github.com/meaneye/ctrlp-leader-guide
- Owner: MeanEYE
- Created: 2017-01-16T16:55:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T14:22:59.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T09:15:56.635Z (2 months ago)
- Language: VimL
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ctrlp-leader-guide
==============🍎 Vim leader guide with ctrlp insterface.
Vim plugin for showing all your `` mappings with ctrlp insterface.
Installation
------------Use your faviorte method install this plugin, such as:
- [junegunn/vim-plug](https://github.com/junegunn/vim-plug)
- [Shougo/dein.nvim](https://github.com/Shougo/dein.vim)Features
--------* List `` mappings defined by the user and the plugins
* By default only mappings defined in `.vimrc` are listed. It honours `$MYVIMRC` variable
* Mappings from all scripts sourced by Vim can be listed if specified by configuration (see Options)
* If the line previous to the mapping is a comment it will be used as the description
* If no comment is available the **rhs** of the mapping is used as descriptionScreenshots
-----------![screenshot](https://cloud.githubusercontent.com/assets/4246425/21986374/1fd26d88-dc3a-11e6-8de7-384c4cddc5c1.png)
Shortcuts
---------* `?`and`hk`: Default mapping for triggering the plugin.
you can remap it by:
```vim
nmap (FollowMyLead)
```Options
-------
* `g:fml_all_sources`: if `1` all sources are used, if `0` just `$MYVIMRC` is used. Default `0`
* _More options coming soon_Credit
-------[vim-follow-my-lead](https://github.com/ktonga/vim-follow-my-lead)