mediummode icon indicating copy to clipboard operation
mediummode copied to clipboard

Vim Medium Mode - like hard mode, but less...hard

Results 5 mediummode issues
Sort by recently updated
recently updated
newest added

Hello Nice plugin. I am using NERDtree and when I use enter to try and open a file, I need to press it again to confirm it. This only happens...

Right now when the limit is reached, all inputs from hjkl are disabled. This also includes relative motions like `5j`. It would be great if this behavior can be disabled

This prevents the annoying "Press ENTER or type command to continue" message when entering a buffer.

I've got 'j' mapped to 'gj' and 'k' mapped to 'gh' as usually I don't care for any other behaviour. Would it be appropriate to include these as well?

There doesn't seem to be an event for a jump command, but a CursorMoved autocmd could track the previous position, and reset whenever it changes by more than one.