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

  • 相关阅读:
    Handler使用入门 下载文件
    基于QT前端的mplayer播放器2
    HTTP协议详解(真的很经典)
    安装 gentoo minimal cd
    linux 分区方案
    MFC 中添加按钮和事件
    makefile 学习
    堆和栈
    paste命令使用
    cut用法
  • 原文地址:https://www.cnblogs.com/younglaker/p/3250881.html
Copyright © 2011-2022 走看看