You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Press Tab key to complete to /compact (which appears as the filtered candidate)
The text /compact is inserted, but the cursor remains at position 2 (after /c) instead of moving to the end of the completed text
What is the expected behavior?
When tab completion inserts /compact, the cursor should move to the end of the completed text (position 8, after /compact).
What do you see instead?
The text /compact is correctly inserted, but the cursor stays at position 2 (after /c), making it difficult to continue typing. Users need to manually move the cursor to the end to continue input.