Skip to content

fcpg/vim-showmap

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
img
 
 
 
 
 
 

Vim-showmap

Showmap helps you type multi-char mappings.

For instance, in Tpope's unimpaired plugin, you can toggle some Vim options with the co maps Eg. col toggles the 'list' option. Say you quickly want to toggle 'cursorcolumn': you start typing co, and then... damn, what's the letter again for 'cursorcolumn'? 'c'? Nah, that's 'cursorline'. Shoot, the mapping timed out...

Showmap automatically binds a helper mapping on common prefixes, like co, and when you stall at that point, a list of available keys is shown; the helper can wait as long as you want for you to complete it, or you can get more details about individual mappings.

Screenshots

Stalling on <Leader>t, my prefix for setting/toggling some mode/options:

(Taken on minTTY with Office Code Pro font and Fahrenheit color theme)

Installation

Use your favorite method:

Help

Run :helptags (or :Helptags with Pathogen), then :help showmap

License

Attribution-ShareAlike 4.0 Int.

About

Showmap helps you type multi-char mappings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published