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

input_delete_to_start #332

Closed
eoli3n opened this issue May 30, 2021 · 2 comments · Fixed by #336
Closed

input_delete_to_start #332

eoli3n opened this issue May 30, 2021 · 2 comments · Fixed by #336

Comments

@eoli3n
Copy link

eoli3n commented May 30, 2021

As seen in #328, there is no function to emulate term C-u
Maybe duplicate of #300 ?

@eoli3n eoli3n changed the title [feature request] [feature request] input_delete_to_start May 30, 2021
@osa1 osa1 changed the title [feature request] input_delete_to_start input_delete_to_start Jun 14, 2021
@osa1
Copy link
Owner

osa1 commented Jul 2, 2021

#382 is merged and we now have a input_delete_to_end action. Perhaps we can also implement this. @trevarj do you see any problems with this? It's fine if by default we don't have a binding for it.

@trevarj
Copy link
Contributor

trevarj commented Jul 2, 2021

It should be an easy addition. I will have a look later

trevarj added a commit to trevarj/tiny that referenced this issue 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 osa1#332
@osa1 osa1 closed this as completed in #336 Jul 2, 2021
osa1 pushed a commit that referenced this issue 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants