Questions tagged [sublime-text]

Commercial cross-platform GUI text editor

Sublime Text (Wikipedia) is a graphical, cross-platform editor for text and source code, available for Ubuntu and other operating systems. It is proprietary commercial software, with an evaluation version available.

294 questions
48
votes
1 answer

Sublime Text 3 - show whitespace charcters

I'm trying to edit the Sublime Text 3 user preferences (Preferences > Settings) to get it to show all formatting characters (including whitespace). I believe the line "draw_white_space": "selection" has to be changed to "draw_white_space":…
D. Joe
  • 483
22
votes
3 answers

How do I make Sublime Text 2/3 not open previous tabs when I launch it?

Everytime i open Sublime , these tabs automatically opens. How do i fix this. I am unable to find any setting for this.
BigSack
  • 2,623
14
votes
2 answers

Where is Sublime Text 2 installed

I was trying to make Sublime Text 2 start from the Terminal. I found a great resource but I cannot find where it is installed. I used the WebUpd8 PPA, anyone know where the PPA installs sublime.
mojo706
  • 601
9
votes
3 answers

Upgrading Sublime text 3

I want to upgrade Sublime Tex 3, downloaded the deb, but I get the following error: Breaks existing package 'sublime-text-installer' conflict: sublime-text () How do I upgrade Sublime correctly?
Jos
  • 596
8
votes
2 answers

Remove "(UNREGISTRED)" string from window title of Sublime Text 2

I've installed Sublime Text 2 using this answer and is working fine. My problem is this annoying string (UNREGISTRED) from the window title. Is there any way to remove it / change it?
user258266
  • 1,264
  • 3
  • 10
  • 12
6
votes
2 answers

Sublime Text URL handler for ubuntu

How can I make sublime text 2 respond to txmt url scheme in ubuntu? This has been possible in OSX through subl-handler and in Windows through SublimeProtocol.
5
votes
2 answers

Is sublime legal to use?

I use sublime as my primary text editor. I've installed it using this ppa sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text After I use if for a while, when I try to save any unsaved work i…
orca
  • 161
4
votes
1 answer

Sublime is lagging

I have been using Sublime (build 3126) on my Ubuntu machine and it's been working well. I went away on vacation for a week and since I came back, it's been extremely laggy--even just typing in my text file has a significant delay. My project is…
4
votes
2 answers

How to launch two Sublime instances in different windows?

I am working with different workspaces and I am editing stuff in different ones. I want to use Sublime for it and I encounter a problem: if I want to open a file in a workspace, I have to use the same open session of Sublime I am using in another…
fedorqui
  • 10,069
4
votes
1 answer

how to open any file on Sublime text editor 3 from terminal ubuntu 14.04?

I am trying to open a file through terminal but every time it shows an error as No command 'sub1' found Before opening file I have did this: sudo ln -s /opt/sublime/sublime_text /usr/bin/subl But same error occuring again and again.
4
votes
1 answer

How to tell sublime text not to open two windows

When I open sublime from a terminal window in the root level of a project $ subl . Two windows open. One is the open to the current working directory (which I want). The Other is a previous session (which I don't want). Is there a way to curb…
Rick
  • 2,847
3
votes
1 answer

How can I make Sublime text 3 work properly?

I'm new to coding and I'm trying to set Sublime 3 up, but it won't work properly, this meaning that the code doesn't display the color distinctions, so it's all white useless code. The title bar is giving me the message Sublime text(Unregistered).…
3
votes
2 answers

How to install tar ball sublime text on Ubuntu?

I recently installed sublime text 3 from tarball via https://www.sublimetext.com/3. What I get is changelog.txt Icon plugin_host python3.3.zip sublime.py sublime_text.desktop crash_reporter Packages …
mallea
  • 133
2
votes
2 answers

Sublime Text 3 icon in Ubuntu

Recently Sublime Text 3 came out (finally out of beta!). The new version has a new icon. However when I upgraded, I still have the old icon in the launcher. How can I fix it?
a06e
  • 13,223
  • 26
  • 70
  • 104
2
votes
2 answers

Why does Sublime from terminal open two windows?

I want to be able to open dir in sublime from terminal. Whenever I do subl . it opens current dir in 2 sublime editors. Of course I need it to open only one. My assumption is that I've messed with symlinks, but I might be wrong.
1
2 3