Skip to content

Instantly share code, notes, and snippets.

@melihovv
Last active December 29, 2015 15:53
Show Gist options
  • Save melihovv/3db68da82c7c5b821baf to your computer and use it in GitHub Desktop.
Save melihovv/3db68da82c7c5b821baf to your computer and use it in GitHub Desktop.
Allows to bind program which opens files with unknown extensions.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Unknown\shell]
@="sublime"
[HKEY_CLASSES_ROOT\Unknown\shell\gvim]
@="Open with gvim"
[HKEY_CLASSES_ROOT\Unknown\shell\gvim\command]
@="C:\\Program Files (x86)\\Vim\\vim74\\gvim.exe %1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment