Skip to content

Instantly share code, notes, and snippets.

@bruno-brant
Created November 13, 2024 12:55
Show Gist options
  • Save bruno-brant/36650ce0aec805cf59587dfee17d1f0d to your computer and use it in GitHub Desktop.
Save bruno-brant/36650ce0aec805cf59587dfee17d1f0d to your computer and use it in GitHub Desktop.
Cursor
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCursor]
@="Open with Cursor"
"Icon"="C:\\Users\\heavy\\AppData\\Local\\Programs\\cursor\\Cursor.exe"
[HKEY_CLASSES_ROOT\Directory\shell\OpenWithCursor\command]
@="\"c:\Users\heavy\AppData\Local\Programs\cursor\resources\app\bin\cursor.cmd\" \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCursor]
@="Open with Cursor"
"Icon"="C:\\Users\\heavy\\AppData\\Local\\Programs\\cursor\\Cursor.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWithCursor\command]
@="\"c:\Users\heavy\AppData\Local\Programs\cursor\resources\app\bin\cursor.cmd\" \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment