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~✪

  • 相关阅读:
    在线课程的总结
    数据库相关整理
    两个栈实现队列&两个栈实现队列
    Django中间件的5种自定义方法
    Python Web开发之路
    内置函数——format
    Django组件拾忆
    支付宝支付流程
    消息队列之RabbitMQ
    WebSocket
  • 原文地址:https://www.cnblogs.com/younglaker/p/3250881.html
Copyright © 2011-2022 走看看