Re: [patch] Visual-block-change and cursor-keys

2013-09-29 Fir de Conversatie Christian Brabandt
On Sa, 28 Sep 2013, Bram Moolenaar wrote: Can't you just use the example you gave above? No CTRL-O there. Here is an updated patch, including a test. Using :exe one can use the cursor keys just like normal, while if you use Cursor Right literally in the test file, this will look like ^[OC,

Re: [patch] Visual-block-change and cursor-keys

2013-09-29 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Sa, 28 Sep 2013, Bram Moolenaar wrote: Can't you just use the example you gave above? No CTRL-O there. Here is an updated patch, including a test. Using :exe one can use the cursor keys just like normal, while if you use Cursor Right literally in the

[patch] Visual-block-change and cursor-keys

2013-09-28 Fir de Conversatie Christian Brabandt
Bram, when using Visual-block insert or append, you can't use the cursor keys to move the cursor to a different location. This will confuse vim. e.g. consider this block aaa bbb ccc Put the Cursor on the first a, and press lC-VjjlllIRightRightSpaceSpace The result will look like

Re: [patch] Visual-block-change and cursor-keys

2013-09-28 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: Bram, when using Visual-block insert or append, you can't use the cursor keys to move the cursor to a different location. This will confuse vim. e.g. consider this block aaa bbb ccc Put the Cursor on the first a, and press