vim-hardtime icon indicating copy to clipboard operation
vim-hardtime copied to clipboard

Add ability to ignore help buffers

Open bwells opened this issue 8 years ago • 1 comments

I'd like the ability to disable hardtime while in a help buffer. Generally I find non-optimal patterns like holding down j to scroll within buffers that are mostly just text to be just fine.

I'm happy to code it up and submit a pull request. Do you have any preference on implementation?

We could add g:hardtime_ignore_help and s:IsIgnoreHelp() just like the quickfix counterparts, or combine the implementations of s:IsIgnoreQuickfix and call it something like s:IsIgnoreSystem

bwells avatar Jun 30 '16 06:06 bwells

Why would you want to disable it in help? It is one type of buffer where efficient movements should be easy.

takac avatar Jul 05 '16 16:07 takac