Re: Mapping for one handed touch typing

2018-03-23 Thread Dan Wierenga
On Fri, Mar 23, 2018 at 2:03 PM, Robert Bower wrote: > > Before, I create my own map, I was wondering has anyone found a remapping > for one handed typing? > When I broke my right hand and it was immobilized, I made a bunch of mappings to allow me to continue to be fairly

Re: 'normal' doesn't trigger TextChangedI

2018-03-23 Thread Lifepillar
On 23/03/2018 17:36, Jason Felice wrote: https://github.com/eraserhd/parinfer-rust/blob/master/tests/run.vim#L40-L65 is the interesting bit. Thanks, cool hack! But read Bram's reply about test_override(), which makes this workaround unnecessary. Life. -- -- You received this message from

Re: Mapping for one handed touch typing

2018-03-23 Thread Tony Mechelynck
On Fri, Mar 23, 2018 at 10:03 PM, Robert Bower wrote: > I am a occasional Vim user. It is my default rescue editor and I use it for > a few tasks but not many. I would like to use it for more because it is so > customizable. What holds me back is I am a one handed left

Re: Mapping for one handed touch typing

2018-03-23 Thread Tim Chase
On 2018-03-23 14:03, Robert Bower wrote: > I am a occasional Vim user. It is my default rescue editor and I > use it for a few tasks but not many. I would like to use it for > more because it is so customizable. What holds me back is I am a > one handed left handed touch typist. I only have

Re: 'normal' doesn't trigger TextChangedI

2018-03-23 Thread Lifepillar
On 23/03/2018 22:39, Bram Moolenaar wrote: Life wrote: On 23/03/2018 15:41, Jason Felice wrote: I couldn't get feedkeys() to trigger TextChangedI either, so I've rewritten my tests to use a terminal with small delays between keystrokes, and this works. I have the same problem (writing

Re: 'normal' doesn't trigger TextChangedI

2018-03-23 Thread Bram Moolenaar
Life wrote: > On 23/03/2018 15:41, Jason Felice wrote: > > I couldn't get feedkeys() to trigger TextChangedI either, so I've > > rewritten my tests to use a terminal with small delays between > > keystrokes, and this works. > > I have the same problem (writing tests for a plugin that uses >

Mapping for one handed touch typing

2018-03-23 Thread Robert Bower
I am a occasional Vim user. It is my default rescue editor and I use it for a few tasks but not many. I would like to use it for more because it is so customizable. What holds me back is I am a one handed left handed touch typist. I only have use of my left arm. The problem I have with

Re: 'normal' doesn't trigger TextChangedI

2018-03-23 Thread Jason Felice
https://github.com/eraserhd/parinfer-rust/blob/master/tests/run.vim#L40-L65 is the interesting bit. On Fri, Mar 23, 2018 at 12:30 PM, Lifepillar wrote: > On 23/03/2018 15:41, Jason Felice wrote: > >> I couldn't get feedkeys() to trigger TextChangedI either, so I've >>

Re: 'normal' doesn't trigger TextChangedI

2018-03-23 Thread Lifepillar
On 23/03/2018 15:41, Jason Felice wrote: I couldn't get feedkeys() to trigger TextChangedI either, so I've rewritten my tests to use a terminal with small delays between keystrokes, and this works. I have the same problem (writing tests for a plugin that uses TextChangedI, but TextChangedI

Re: 'normal' doesn't trigger TextChangedI

2018-03-23 Thread Jason Felice
I couldn't get feedkeys() to trigger TextChangedI either, so I've rewritten my tests to use a terminal with small delays between keystrokes, and this works. Thanks! On Wed, Mar 21, 2018 at 5:28 PM, Bram Moolenaar wrote: > > Jason Felice wrote: > > TextChangedI is only