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
It seems one issue with cursor is that it breaks multi-cursor selection (not sure if that is meant to be a weird inside cursor joke) but yes CMD+D, CMD+D, CMD+D, CMD+K, CMD+D the skip selection K command activates the AI popup, if you are a productive person you likely know about and use multi-cursor often (if you know, you know).
You can put it in your custom keybindings.json config. You can press CMD+SHIFT+P search for >key json and you will find the Open Keyboard Shortcuts option do not modify the Default one.
This rebinds cursor’s AI popup to CTRL+K and it brings back the multi-cursor CMD+D, CMD+K functionality.
Maybe this helps some one else.
It seems one issue with cursor is that it breaks multi-cursor selection (not sure if that is meant to be a weird inside cursor joke) but yes
CMD+D, CMD+D, CMD+D, CMD+K, CMD+D
the skip selection K command activates the AI popup, if you are a productive person you likely know about and use multi-cursor often (if you know, you know).You can put it in your custom
keybindings.json
config. You can pressCMD+SHIFT+P
search for>key json
and you will find theOpen Keyboard Shortcuts
option do not modify theDefault
one.This rebinds cursor’s AI popup to
CTRL+K
and it brings back the multi-cursorCMD+D, CMD+K
functionality.The text was updated successfully, but these errors were encountered: