Skip to content

Add Kakoune bindings - #215

Merged
ulyssa merged 1 commit into
mainfrom
ulyssa/kakoune
Sep 6, 2026
Merged

ulyssa merged 1 commit into
mainfrom
ulyssa/kakoune

Conversation

@ulyssa

@ulyssa ulyssa commented Sep 6, 2026

Copy link
Copy Markdown
Owner

This is still very much a work in progress, but I'm putting it up since having it available makes it easier to try things out as they are implement using the examples/editor.rs program, and further work can be broken up into more targeted PRs.

I know at least one issue that needs fixing is that movements like b and w don't select quite the right range of characters because SelectionResizeStyle::Restart isn't honoring exclusive motions in some cases.

This also allows showing at least part of what I'm hoping the Vim and Emacs keybindings will look like once the action! macro is further expanded to support EditTarget, EditAction, etc.

@ulyssa ulyssa linked an issue Sep 6, 2026 that may be closed by this pull request
@ulyssa
ulyssa merged commit d3d8f99 into main Sep 6, 2026
4 checks passed
@ulyssa
ulyssa deleted the ulyssa/kakoune branch September 6, 2026 23:46
@ulyssa ulyssa added the kakoune Issues related to the Kakoune keybindings label Sep 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kakoune Issues related to the Kakoune keybindings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Kakoune keybindings

1 participant