Home  >  Article  >  Development Tools  >  How to set a shortcut key to open the browser in Sublime

How to set a shortcut key to open the browser in Sublime

藏色散人
藏色散人forward
2019-12-20 13:58:125547browse

The following is a tutorial column by sublime to introduce to you the method of setting shortcut keys to open the browser in Sublime. I hope it will be helpful to friends in need!

How to set a shortcut key to open the browser in Sublime

Here is to set the ctrl alt f shortcut key. By default, it is opened with Google Chrome. The opening speed is a bit slow and you have to wait 3s

1. ctrl shift p to open Install Package

2. Install View in browser

3. Open preference -> package setting -> view in browser ->settings-user

4. Add {"browser":"chrome"}

5. Open preference -> package setting -> side bar -> key bindings-user

6. Add

[
   { "keys": ["ctrl+alt+f"], "command": "open_in_browser" },
       ]

For more technical articles related to sublime, please visit the sublime column: https://www.php.cn/tool/sublime/

The above is the detailed content of How to set a shortcut key to open the browser in Sublime. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete