Sublime Text 3 - integrated terminal?

后端 未结 6 1988
悲&欢浪女
悲&欢浪女 2021-02-07 01:04

I normally use the WebStorm IDE for Node.js and FE JavaScript development. However I was thinking of using Sublime Text 3 since I am running out of computing power on a crappy o

6条回答
  •  死守一世寂寞
    2021-02-07 01:31

    In sublime 3,

    1. ctrl + shift + p search Package Control: Install Package
    2. Search and install TerminalView
    3. to set shortcuts, go to Preferences -> Key Bindings

    on right side Pane paste this,

    [
       { "keys": ["ctrl+shift+t"], "command": "terminal_view_open" }
    ]
    
    1. Now ctrl+shift+t is your shortcuts

提交回复
热议问题