zoukankan      html  css  js  c++  java
  • 【Sublime】Add sublime to right click menu

        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 FilesSublime Text 2sublime_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~✪

  • 相关阅读:
    求出123456 8910,数字,显示出来
    Django之Model操作
    AJAX全套
    Python之路【第十六篇】:Django【基础篇】
    Q2Day81
    Django第二重点(thml与django连接)
    react
    es6 和 python 语法比较
    微信
    py库: GUI(tkinter)
  • 原文地址:https://www.cnblogs.com/younglaker/p/3250881.html
Copyright © 2011-2022 走看看