Re: Help with word motions

2018-06-04 Thread Patrik Iselind
Den måndag 4 juni 2018 kl. 13:17:29 UTC+2 skrev Erik Christiansen: > On 04.06.18 02:44, Patrik Iselind wrote: > > Hi, > > > > I have a use case that I run into quite often, but cannot find a solution > > for. So I ask here. > > > > I have an example docum

Help with word motions

2018-06-04 Thread Patrik Iselind
Hi, I have a use case that I run into quite often, but cannot find a solution for. So I ask here. I have an example document ```example document foo bar ``` My cursor is at the first o character in foo. I would like to change foo to foolish, so the document becomes ```example document foolish

Handling differences in different plugins for the same type of operation

2017-11-06 Thread Patrik Iselind
I'm looking for refactoring support in Vim, specifically for C, Python, and Go. It would probably suffice with renaming functions/variables and extracting function/method. My problem is that of being forced to keep multiple mappings for the same things just depending on which file type i'm

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: >

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,