Skip to content

feat: add Delete key support (forward delete)#120

Closed
dethan3 wants to merge 1 commit intovirattt:mainfrom
dethan3:feat/delete-key-support
Closed

feat: add Delete key support (forward delete)#120
dethan3 wants to merge 1 commit intovirattt:mainfrom
dethan3:feat/delete-key-support

Conversation

@dethan3
Copy link

@dethan3 dethan3 commented Feb 10, 2026

Separate Backspace and Delete key behavior in the CLI input:

  • Backspace: delete character before cursor (unchanged)
  • Delete: delete character at cursor (new)
  • Ctrl/Option+Backspace: delete word backward (unchanged)
  • Ctrl/Option+Delete: delete word forward (new)

Closes #80

Separate Backspace and Delete key behavior in the CLI input:
- Backspace: delete character before cursor (unchanged)
- Delete: delete character at cursor (new)
- Ctrl/Option+Backspace: delete word backward (unchanged)
- Ctrl/Option+Delete: delete word forward (new)

Closes virattt#80
@virattt
Copy link
Owner

virattt commented Feb 18, 2026

This has been added!

@virattt virattt closed this Feb 18, 2026
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.

New feature recommendation

2 participants

Comments