Home > Development Tools > Sublime > body text

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

藏色散人
Release: 2019-12-20 13:58:12
forward
5401 people have browsed it

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" },
       ]
Copy after login

For more technical articles related to sublime, please visit the sublime column: //m.sbmmt.com/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!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Latest issues
Popular Tutorials
More>
Latest downloads
More>
web effects
Website source code
Website materials
Front end template
About us Disclaimer Sitemap
PHP Chinese website:Public welfare online PHP training,Help PHP learners grow quickly!