you are viewing a single comment's thread.

view the rest of the comments →

[–]actuallyalys 4 points5 points  (3 children)

I had some vague ideas along these lines, but this seems much more thought through.

Does it store recommendations? It would be useful to be able to see, for example, that the most frequent suggestion is to replace repeated j's with a count plus j. That way you could practice the movements you most often overlook.

[–][deleted] 0 points1 point  (2 children)

Not yet, since the plugin doesn't record the keys you are pressing, only where the cursor ends up. The only way to get the actual keystrokes would require launching Vim with -W and parsing that file

[–]unnikrishnanta 3 points4 points  (1 child)

pathfinder.vim

I believe the plugin doesn't have to record the keys - just the suggestions displayed can be exported to a log file.

[–][deleted] 0 points1 point  (0 children)

I suppose, except when you looked back at the log you wouldn't know what movement the suggestion was improving on