Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add KeyAction to delete to the start of the input #336

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

trevarj
Copy link
Contributor

@trevarj trevarj commented Jul 2, 2021

The KeyAction input_delete_to_end can be set to a key to delete from
the position of the cursor until the start of the input line. Not bound
to any key by default.

Closes #332

Example config:

key_map:
  ctrl_u:     input_delete_to_start

The KeyAction `input_delete_to_end` can be set to a key to delete from
the position of the cursor until the start of the input line. Not bound
to any key by default.

Closes osa1#332
@osa1 osa1 merged commit b636e9e into osa1:master Jul 2, 2021
@osa1
Copy link
Owner

osa1 commented Jul 2, 2021

Thanks!

@trevarj trevarj deleted the delete-to-start branch July 2, 2021 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

input_delete_to_start
2 participants