[GH-ISSUE #5967] [feature]: Consider ctrl+backspace keybind as defaulted to delete words #2346

Open
opened 2026-03-17 00:01:46 +03:00 by kerem · 2 comments
Owner

Originally created by @fmiqbal on GitHub (Mar 9, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5967

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Looking at https://github.com/hoppscotch/hoppscotch/pull/5435, ctrl+backspace is bound to eraseResponse

  "ctrl-shift-l": "editor.format",
  "ctrl-delete": "response.erase",
  "ctrl-backspace": "response.erase",
}

Isn't this better to be bound as delete previous word like in many ohter apps ?

Why should this be worked on?

I dont think this is a desired behaviour considering at most of the apps, ctrl+backspace is bound to delete words, this including postman, not to compare but in browser and IDE, I think most of them use ctrl+backspace to delete previous word.

This suggestion doesn't discredit the ctrl-delete, that is actually useful to remove response

Originally created by @fmiqbal on GitHub (Mar 9, 2026). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5967 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Looking at https://github.com/hoppscotch/hoppscotch/pull/5435, ctrl+backspace is bound to eraseResponse ``` "ctrl-shift-l": "editor.format", "ctrl-delete": "response.erase", "ctrl-backspace": "response.erase", } ``` Isn't this better to be bound as delete previous word like in many ohter apps ? ### Why should this be worked on? I dont think this is a desired behaviour considering at most of the apps, ctrl+backspace is bound to delete words, this including postman, not to compare but in browser and IDE, I think most of them use ctrl+backspace to delete previous word. This suggestion doesn't discredit the ctrl-delete, that is actually useful to remove response
Author
Owner

@saksham242007 commented on GitHub (Mar 11, 2026):

Hi! I’d like to work on this issue if it’s still available. Aligning the Ctrl + Backspace behavior with the common standard of deleting the previous word makes sense from a UX perspective.

<!-- gh-comment-id:4036475944 --> @saksham242007 commented on GitHub (Mar 11, 2026): Hi! I’d like to work on this issue if it’s still available. Aligning the Ctrl + Backspace behavior with the common standard of deleting the previous word makes sense from a UX perspective.
Author
Owner

@PrathamPeriwal commented on GitHub (Mar 11, 2026):

Hi! I’m interested in contributing and would like to work on this issue. Please let me know if I can be assigned.

<!-- gh-comment-id:4040912819 --> @PrathamPeriwal commented on GitHub (Mar 11, 2026): Hi! I’m interested in contributing and would like to work on this issue. Please let me know if I can be assigned.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2346
No description provided.