Skip to content

MeanEYE/ctrlp-leader-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ctrlp-leader-guide

🍎 Vim leader guide with ctrlp insterface.

Vim plugin for showing all your <Leader> mappings with ctrlp insterface.

Installation

Use your faviorte method install this plugin, such as:

Features

  • List <Leader> 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 description

Screenshots

screenshot

Shortcuts

  • <Leader>?and<leader>hk: Default mapping for triggering the plugin.

you can remap it by:

nmap <yourkey> <Plug>(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

About

🍎Vim leader guide with ctrlp insterface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published