Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

extend insert mode with up/down/right/left and home/end key mappings #84

Closed

Conversation

itzmjauz
Copy link
Contributor

@itzmjauz itzmjauz commented Jun 3, 2021

This is similar to my last two PRs, I hope to extend basic movement in insert mode through arrow and home/end key mappings.
per : kakoune-keymappings;

This allows for basic movement while in insert mode and can occasionally prevent you from a couple keystrokes to change the cursor location.

I feel page-up and page-down could maybe also be added to insert mode. Though I'm not sure how useful that is.

@archseer
Copy link
Member

archseer commented Jun 3, 2021

I need to look but there was some issues with either history or the repeat operator (.) if the cursor moved from it's origin in insert mode.

@itzmjauz
Copy link
Contributor Author

@archseer closing this for now, maybe this could be discussed in the keymap discussion.

@itzmjauz itzmjauz closed this Jun 17, 2021
@pickfire
Copy link
Contributor

@itzmjauz If you want, try send small patches, movement in insert mode might affect repeat operator but ctrl-u might work maybe? I did add ctrl-w last time, not sure if it affects repeat operator.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants