Support request: Command gets executed after space even when disabled. #101
-
Checks
Expected behaviourWhen typing command arguments, no matter if I select the argument from the autocomplete or if I type it, when I press space, I expect it to insert the space char and move to the next argument, instead of executing the partial command. Actual behaviourWhen I start typing a command, the list of arguments shows up, but if I type the argument instead of selecting it from the autocompletion list, when I press space the command is executed. Steps to reproduce
EnvironmentCODEWHISPERER-details:
- 0.14.1
hardware-info:
- model:
- model-id:
- chip-id: Apple M1 Pro
- cores: 8
- mem: 32.00 GB
os-info:
- macOS 14.4.0 (23E214) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Can you share a video of what is happening? Also run |
Beta Was this translation helpful? Give feedback.
-
Have never seen this one before in all 4 years running Fig... Would love to see a demo video and help you get this resolved |
Beta Was this translation helpful? Give feedback.
It looks like you have a setting configured that is doing this, run
cw settings -d 'autocomplete.keybindings. '
to resolve it.