Skip to content

Bind keys whenever unbound #6

Description

@benesch

I like to use vim bindings, which means I put the following in my editrc:

bind -v

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions