Answers for "how to open sublime with terminal"

1

open file in sublime from terminal

subl path/to/the/file
Posted by: Guest on September-10-2020
1

how to open terminal in sublime text ubuntu

# how to open terminal in sublime text ubuntu
>> open sublime text 3 editor
>> Ctrl+Shift+P <-- it will open package manager
>> Type install package and Select it.
>> Type terminus 
>> install it. once complete installation Ctrl+Shift+P and search for Terminus init then it will open terminal.
Posted by: Guest on December-14-2020
0

how do i add open with sublime option

To do add a option called open with sublime when you right click:
  	make a file any where you want named as Sublime.reg now right click on it 
  	and then click on edit now you need to paste this - https://pastebin.com/iE7v4bdv
    into your file and then save it now try right clicking you should see the 
    option Open with Sublime Text
Posted by: Guest on July-29-2020

Code answers related to "how to open sublime with terminal"

Browse Popular Code Answers by Language