>In Vim, I have set the timeout to 200 milliseconds rather than the
>default 1000 (one whole second).
>
>This amounts to a typing speed of c. 5 characters per second or 60 wpm,
>a reasonable goal for the average typist.
ditto. about half the default is much better.
--
Roger
http://rogerx.freesh
On Mon, Jan 23, 2012 at 07:38:52PM EST, Chet Ramey wrote:
> On 1/23/12 8:52 AM, Roger wrote:
>
> > A little more indepth examination, and I can see VIM's wait is
> > approximately double of what the readline patch's wait time is.
> > However, I think the shorter wait time is more functional as whe
On 1/23/12 8:22 PM, Roger wrote:
>> Patch seems to work great and I can now type 'exit' without command mode
>> being spawned when typing the 'i'.
>>
>> It's behaviour is almost identical to VIM's.
>
> Found a bug.
That's not really related to the timing issue, since the `i' is dropped
completel
> On Mon, Jan 23, 2012 at 04:52:17AM -0900, Roger wrote:
>> On Sun, Jan 22, 2012 at 04:52:06PM -0500, Chet Ramey wrote:
>>On 1/22/12 7:35 AM, Roger wrote:
On Sat, Jan 21, 2012 at 09:17:32PM -0500, Chet Ramey wrote:
I could look at putting in some sort of inter-character timeout, but
On 1/23/12 8:52 AM, Roger wrote:
> A little more indepth examination, and I can see VIM's wait is approximately
> double of what the readline patch's wait time is. However, I think the
> shorter
> wait time is more functional as when typing a double char, it in no way takes
> as long as VIM's
On Mon, Jan 23, 2012 at 08:52:17AM EST, Roger wrote:
[..]
> Matter of fact, I'm starting to find VIM's long wait time length
> a little annoying. ;-)
:h tm
:h ttm
CJ
> On Sun, Jan 22, 2012 at 04:52:06PM -0500, Chet Ramey wrote:
>On 1/22/12 7:35 AM, Roger wrote:
>>> On Sat, Jan 21, 2012 at 09:17:32PM -0500, Chet Ramey wrote:
>>>
>>> I could look at putting in some sort of inter-character timeout, but I
>>> don't know yet how well the code structure lends itself
On 1/22/12 7:35 AM, Roger wrote:
>> On Sat, Jan 21, 2012 at 09:17:32PM -0500, Chet Ramey wrote:
>>
>> I could look at putting in some sort of inter-character timeout, but I
>> don't know yet how well the code structure lends itself to that.
Pretty easily, as it turns out. The attached patch adds
> On Sat, Jan 21, 2012 at 09:17:32PM -0500, Chet Ramey wrote:
>
>I could look at putting in some sort of inter-character timeout, but I
>don't know yet how well the code structure lends itself to that.
Ditto. VIM times-out after a (less then) 1 second pause after nothing else is
typed.
Readline
On 1/19/12 2:25 AM, Roger wrote:
>> bind -m vi-command '"ii": vi-insertion-mode'
>> bind -m vi-insert '"ii": vi-movement-mode'
>>
>>
>> Or the following should work (untested here) using $HOME/.inputrc:
>>
>> $if mode=vi
>>
>>set keymap vi-command
>>"ii": vi-insertion-mode
>>
>>set keym
>bind -m vi-command '"ii": vi-insertion-mode'
>bind -m vi-insert '"ii": vi-movement-mode'
>
>
>Or the following should work (untested here) using $HOME/.inputrc:
>
>$if mode=vi
>
>set keymap vi-command
>"ii": vi-insertion-mode
>
>set keymap vi-insert
>"ii": vi-movement-mode
>
>$endi
> On Wed, Jan 18, 2012 at 09:58:18PM -0900, Roger wrote:
>I use vi mode for Bash's realine and want to remap the ESC key to double 'ii'
>and ';;' instead of having to remove my hands from the keyboard to tap the ESC
>key.
>
>From what I see, I would be using something similar to:
>
>$ bind -m vi-
12 matches
Mail list logo