ktonga / vim-follow-my-lead

Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.
105 stars 9 forks source link

Use scratch buffer instead of regular one to avoid unsaved changes warning #1

Closed ktonga closed 9 years ago

ktonga commented 9 years ago

Buffer's content must always be discarded, even if the user wants to close the windows using a way other than the q shortcut.

ktonga commented 9 years ago

Is quickfix list a good fit for showing the mapping lists, it is a scratch and nonmodifiable buffer. Maybe it is nice to be able to go to the mapping definition hitting Enter in the list.