Re: Vim Improvement suggester

2017-04-25 Thread Shawn H Corey
On Tue, 25 Apr 2017 04:12:46 -0700 (PDT) Patrik Iselind wrote: > Even if they lack context you can still figure out things like "You > use j and k to move around a lot. A faster and less error prone way > would be using seaching for example.". This could be one example of >

Re: Vim Improvement suggester

2017-04-25 Thread Patrik Iselind
Den onsdag 19 april 2017 kl. 10:22:25 UTC+2 skrev ZyX: > > 1. Parsing , 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

Re: Vim Improvement suggester

2017-04-25 Thread Patrik Iselind
Den onsdag 19 april 2017 kl. 11:25:38 UTC+2 skrev MarcWeber: > Brams advice was > 1) watch yourself > 2) look at what takes most of you time > 3) use mailinglist or chat to ask how to do things faster. > > I've put some ideas here: >

Re: Vim Improvement suggester

2017-04-19 Thread porphyry5
On Tuesday, April 18, 2017 at 10:00:53 PM UTC-7, Patrik Iselind wrote: > 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

Re: Vim Improvement suggester

2017-04-19 Thread Marc Weber
Brams advice was 1) watch yourself 2) look at what takes most of you time 3) use mailinglist or chat to ask how to do things faster. I've put some ideas here: https://github.com/MarcWeber/vim-addon-manager/blob/master/autoload/sample_vimrc_for_new_users.vim "The commands" you wan to record lack

Re: Vim Improvement suggester

2017-04-19 Thread Nikolay Aleksandrovich Pavlov
2017-04-18 17:28 GMT+03:00 Patrik Iselind : > 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

Vim Improvement suggester

2017-04-18 Thread Patrik Iselind
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,