mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #5967] [feature]: Consider ctrl+backspace keybind as defaulted to delete words #2346
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2346
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
Summary
Looking at https://github.com/hoppscotch/hoppscotch/pull/5435, ctrl+backspace is bound to eraseResponse
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
@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.
@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.