All Projects → ktonga → Vim Follow My Lead

ktonga / Vim Follow My Lead

Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.

Projects that are alternatives of or similar to Vim Follow My Lead

Vim Dadbod Ui
Simple UI for https://github.com/tpope/vim-dadbod
Stars: ✭ 315 (+215%)
Mutual labels:  viml, neovim, vim-plugins
Vim Packager
Vim plugin manager that utilizes "jobs" and "pack" features.
Stars: ✭ 197 (+97%)
Mutual labels:  viml, neovim, vim-plugins
Evervim
A Modern, Powerful & Modular Vim Distribution
Stars: ✭ 568 (+468%)
Mutual labels:  neovim, vim-plugins
Tagbar
Vim plugin that displays tags in a window, ordered by scope
Stars: ✭ 5,322 (+5222%)
Mutual labels:  neovim, vim-plugins
Vimcompletesme
You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.
Stars: ✭ 752 (+652%)
Mutual labels:  viml, vim-plugins
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+4379%)
Mutual labels:  viml, neovim
Tmux Complete.vim
Vim plugin for insert mode completion of words in adjacent tmux panes
Stars: ✭ 447 (+347%)
Mutual labels:  neovim, vim-plugins
Context.vim
Vim plugin that shows the context of the currently visible buffer contents
Stars: ✭ 688 (+588%)
Mutual labels:  neovim, vim-plugins
Hot Reload.vim
A (Neo)vim plugin for Flutter to automatically hot reload the project every time a file is saved
Stars: ✭ 33 (-67%)
Mutual labels:  neovim, vim-plugins
Vim Grepper
👾 Helps you win at grep.
Stars: ✭ 1,030 (+930%)
Mutual labels:  viml, neovim
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (-49%)
Mutual labels:  viml, neovim
Vim Devicons
Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more
Stars: ✭ 4,473 (+4373%)
Mutual labels:  viml, vim-plugins
Winresizer
very simple vim plugin for easy resizing of your vim windows
Stars: ✭ 353 (+253%)
Mutual labels:  viml, vim-plugins
Vim Plugins Profile
🕓 Profile Vim's plugins, generate awesome statistics and optimize (n)vim startup time
Stars: ✭ 508 (+408%)
Mutual labels:  neovim, vim-plugins
Pear Tree
A Vim auto-pair plugin that supports multi-character pairs, intelligent matching, and more
Stars: ✭ 327 (+227%)
Mutual labels:  viml, vim-plugins
Alchemist.vim
Elixir Integration Into Vim
Stars: ✭ 632 (+532%)
Mutual labels:  neovim, vim-plugins
Vim Search Pulse
Easily locate the cursor after a search
Stars: ✭ 91 (-9%)
Mutual labels:  viml, vim-plugins
Vim Hemisu
A Vim color scheme with dark and light variants
Stars: ✭ 271 (+171%)
Mutual labels:  viml, neovim
Blamer.nvim
A git blame plugin for neovim inspired by VS Code's GitLens plugin
Stars: ✭ 283 (+183%)
Mutual labels:  viml, neovim
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+829%)
Mutual labels:  viml, neovim

Follow My Lead

Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.

Installation

Copy plugin/follow-my-lead.vim to ~/.vim/plugin

Or add a GitHub repository entry if you are using a Plugin Manager such as Vundle:

Plugin 'ktonga/vim-follow-my-lead'

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
  • Mappings are shown in a table, grouped by source, with the following columns
    • Mode: which mode the mapping applies to
    • LHS: left hand side of the mapping (without <Leader>)
    • Description: The mapping comment if present. The rhs otherwise

Screenshots

FML screenshot

Shortcuts

  • <Leader>fml: Default mapping for triggering the plugin. It shows the mapping in a new window
  • q: Closes the mappings window

Options

  • g:fml_all_sources: if 1 all sources are used, if 0 just $MYVIMRC is used. Default 0
  • More options coming soon

License

Copyright (C) 2015 Gaston Tonietti

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].