I like to use vim bindings, which means I put the following in my editrc:
Unfortunately this wipes away all the bindings installed by this package, like the custom ^C handler and support for ^R, because editrc is sourced after the custom bindings are installed. Can we source editrc first, then install the bindings on any key sequences that are unbound? I looked briefly at the API but didn't see any easy way to accomplish this.
I like to use vim bindings, which means I put the following in my editrc:
Unfortunately this wipes away all the bindings installed by this package, like the custom ^C handler and support for ^R, because editrc is sourced after the custom bindings are installed. Can we source editrc first, then install the bindings on any key sequences that are unbound? I looked briefly at the API but didn't see any easy way to accomplish this.