Last active
January 16, 2025 11:49
-
-
Save e455a81e-d3ba-41a2-bc6d-7aafb1d9a5cd/9d40037a097a9b45eb68310a85d4e0ea to your computer and use it in GitHub Desktop.
Add open neovide actions to the windows explorer right click menu.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\shell\neovide] | |
@="Open with Neovide" | |
"Icon"="\"C:\\Program Files\\Neovide\\neovide.exe\"" | |
[HKEY_CLASSES_ROOT\*\shell\neovide\command] | |
@="\"C:\\Program Files\\Neovide\\neovide.exe\" \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\neovide] | |
@="Open With Neovide" | |
"Icon"="\"C:\\Program Files\\Neovide\\neovide.exe\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\neovide\command] | |
@="\"C:\\Program Files\\Neovide\\neovide.exe\" \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\neovide] | |
@="Open with Neovide" | |
"Icon"="\"C:\\Program Files\\Neovide\\neovide.exe\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\neovide\command] | |
@="\"C:\\Program Files\\Neovide\\neovide.exe\" \"%v\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment