您的位置:首页 > 其它

【Sublime】Add sublime to right click menu

2013-08-10 23:48 447 查看
    If you have used notepadd++, you should know there is a notepadd++ shortcut whick is helpfull to open a file quickly in right click menu.But sublime not. But we can add it manually. Of cause, you can use this way to add any other shorcuts.

1. Run "run" and enter "regedit" to open regedit.
2. In "HKEY_CLASSES_ROOT" -> "*" -> "shell", create new key, name it what you like. I use "sublime".
3. In "sublime" (the key you just created) , create a new key called "command".
4. Enter "command", double click "default " in right pane, add the location of sublime program, and add "%1" in the end. "%1" means use tab method to open file.
Like: "C:\Program Files\Sublime Text 2\sublime_text.exe %1" .



5.Now, you can open file quickly. Of cause, you can use this way to add any other shorcuts.



≡≡≡≡≡≡≡≡≡≡★ From Laker's blog ★≡≡≡≡≡≡≡≡≡≡

¤ ╭⌒╮☀Coding and changing~☀ ╭╭ ⌒╮

✪Fighting and insisting~✪
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: