takac / vim-hardtime

Plugin to help you stop repeating the basic movement keys
MIT License
818 stars 30 forks source link

Quickfix window #21

Closed juanghurtado closed 10 years ago

juanghurtado commented 10 years ago

First of all: thank you for taking the time to write this plugin. It's cool that you want us to be better Vimmers :smile:

I'd like to disable vim-hardtime when moving through the quickfix window. Is that possible? I tried using g:hardtime_ignore_buffer_patterns, but didn't worked.

JarrodCTaylor commented 10 years ago

Commit a1da0256820c57cc5d5c3e32c2573c86c8d5e1b5 added a variable that if set will ignore the quickfix window. Add the following to your vimrc

let g:hardtime_ignore_quickfix = 1

juanghurtado commented 10 years ago

Cool! :+1: