Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
Description:
When using Cursor CLI, pressing the Delete
key does not perform the expected action.
Instead of deleting the character ahead of the cursor, it behaves the same as Backspace
(deleting the character behind the cursor).
Actual Behavior:
The Delete
key removes the character behind the cursor, identical to Backspace
.
Steps to Reproduce
- Open Cursor CLI.
- Place the cursor in the middle of a line of text.
- Press the
Delete
key.
Expected Behavior
The Delete
key should remove the character in front of the cursor, consistent with standard terminal/editor behavior.
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
$ cursor-agent -v
2025.09.18-7ae6800
Does this stop you from using Cursor
No - Cursor works, but with this issue