vim-hardtime
vim-hardtime copied to clipboard
Plugin to help you stop repeating the basic movement keys
The plugin works when running starting nvim, provided you specify the file name. Running the command ``` code nvim test.txt ``` makes the plugin work as expected. However, when running...
If you have a macro that does an action and run it again, if the action is `j` or something else, it doesn't work. To reproduce: `qqjq` to record a...
I want I can use duplicated `20j` commands. What do you think?
If anyone wants a simple hardtime, try `:nn jj ` like in https://stackoverflow.com/a/23489147. I hardtimed b and w in my [vimrc](https://github.com/MaxCan-Code/nyoom.nvim/blob/smol/vimrc#L42-L45)
Hi, Thank you very much for this plugin! It's exactly what I need to learn how to not rely so much on hjkl. Does anyone know how one can get...
Im a vim frecuent user and after a full day trying to use hardtime mode i start see changes ...
This changes allow to use mappings that might be redefined by other plugins (such as vim-arpeggio)
First of all, thank you for the great plugin! It really helps to boost productivity and to break the bad habits. I have one problem with it, it clashes with...
Nice plugin :) Is there a way to disable it inside the keyword completion mini buffer (^N^P) ?