drracket-vim-tool icon indicating copy to clipboard operation
drracket-vim-tool copied to clipboard

Multicommands don't work when in visual line mode.

Open LeifAndersen opened this issue 8 years ago • 3 comments

For example, when in visual mode, if I hit 10j, it ignores the the 10, and just goes down one line.

(If I'm not in visual mode it does work fine though...)

LeifAndersen avatar Feb 23 '16 02:02 LeifAndersen

This should be relatively straightforward to implement by adapting the new command parsing to specific modes. I only changed command mode, but by sharing code all the modes can have these commands.

takikawa avatar Feb 23 '16 03:02 takikawa

Working on it...

LeifAndersen avatar Feb 23 '16 03:02 LeifAndersen

I noticed that something like "72test" to type "test" 72 times doesn't work, similarly "12otest" to write new lines with the same text 12 times doesn't work. I believe that is this same issue.

Soundtoxin avatar Jan 26 '19 03:01 Soundtoxin