takac / vim-hardtime

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

Disable temporarily for casual code browsing/reading #59

Closed nemanjan00 closed 5 years ago

nemanjan00 commented 5 years ago

Are there any ways to temporarily disable this plugin, for casual browsing and reading code.

Or any recommended ways to do it?

ben-turner commented 5 years ago

Add this to your vimrc:

nnoremap <leader>h :HardTimeToggle<cr>

Then you can quickly toggle it with \h (or whatever your leader key is instead of \)

nemanjan00 commented 5 years ago

Thanks a lot! :D