2017-04-18 17:28 GMT+03:00 Patrik Iselind <[email protected]>:
> Hi,
>
> I am interested in a way to be suggested what i can improve with my personal 
> usage of Vim commands. So i thought it would be useful if Vim could record 
> the commands i use somehow. Then once a month or something (cron job?) i 
> could get a top 3 suggestion on how i can improve my Vim usage, both to 
> improve speed but mostly to get rid of repetive key pressing that i might not 
> be aware that i'm doing. It could save my joints later in life.
>
> The design and architecture could of course be different from what i describe 
> above but some form of "suggestion box" on how i can improve my personal Vim 
> usage.
>
> Does anyone know of some feature/functionality available that would, at least 
> in part, take me there?
>
> Anyone else that thinks this might be a good idea?
>
> Looking forward to what the list have to say on this.

1. Parsing &verbosefile, see :h 'verbose' and :h 'verbosefile'. Should
only work for Ex commands, but not for normal-mode commands.
2. Recording your input in `-w {scriptout}` and parsing to guess where
are commands there and where is regular input.

Though I am not thinking this would be a good idea: based on my
experience Vim commands are normally not a bottleneck, designing what
and how to write is.

>
> // Patrik
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups 
> "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to