Questions tagged [sublime-text-3]

Sublime Text 3 is a cross-platform GUI text editor for Windows, OS X and Linux.

Sublime Text 3

Sublime Text is a cross-platform C++-based text and source code editor. The program was originally designed as a feature-rich extension of Vim. Sublime Text 3 is available as a Beta to non-registered users since June 27, 2013.

543 questions
90
votes
6 answers

How do I get my menu bar back in Sublime Text 3 Linux?

The newest version of ST3 allows linux users to remove their menu bar, but I fail to see how to bring it back. In Windows, pressing Alt shows the menu, but not so in Linux. How can I get it back? Is there a shortcut I can set, or make it so that Alt…
timetofly
  • 2,171
70
votes
6 answers

Where does Sublime Text store its un-saved windows?

I'm using Sublime Text as a notepad and usually I've plenty of un-saved files which usually are re-open after reboot or crash, but I'm afraid to lose them (which happened few times). Where (in which folder/file) does Sublime Text store these…
kenorb
  • 25,417
61
votes
1 answer

How to jump between brackets in sublime text 3

Are there shortcuts or plugins for Sublime Text 3 that enable the following functionality? Jump to the inside of the next left bracket or parenthesis Jump to the outside of the next right bracket or parenthesis
JuJoDi
  • 713
37
votes
3 answers

how to go to column by its number in sublime text 3

How to go to row number n and column number m in sublime text3. I can go to row by number. But can't find out how to move to column by its number on this row. I need it because I got error reportings with fileName and 2 numbers: for example:…
35
votes
6 answers

Insert a column of text with sublime text 3

How do I cut and paste a column of text in Sublime text 3 - For example: File A Alpha Beta Gamma Delta File B AAA BB CCCCC I want to end up with file B having Alpha AAA Beta BB Gamma CCCCC Delta
Mike
  • 497
25
votes
2 answers

How to see current column/character number of the cursor position in Sublime Text 3?

Maybe I've missed something and/or am using the wrong search terms: this seems like a standard feature but I can't find any such option to show column numbers in the View menu and can't find anything online beyond that I can jump to, for example…
19
votes
2 answers

Sublime text: Do not print path of build command

I have the following build script for my JavaScript files in Sublime Text 3. { "shell_cmd": "node --harmony --use-strict --harmony_generators $file" } The problem is that when node returns an error, for some reason Sublime will spew out the path,…
Randomblue
  • 3,445
17
votes
2 answers

Clear find results on every new find in Sublime Text

Is there a way to clear results every time I do a new Find in Sublime Text (version 3 for this case)? I dont want to have an history of what was searched before in the Find results tab.
lante
  • 318
13
votes
1 answer

How to hide "unsaved changes" box at the bottom of Sublime Text 3?

I accidentally clicked "Show Unsaved Changes" in the Sublime Text 3 context menu, and it created a pull up container at the bottom of the screen showing a diff between the current state of the file and the saved state. The trouble is I can't see…
12
votes
2 answers

Paste text verbatim into Sublime without converting tabs to spaces

I am using the Sublime Text 3 beta on Mac OS X 10.8.4. I copied some text from somewhere and I want to paste it into Sublime exactly as it is but Sublime seems to be converting tab characters to spaces. What can I do to prevent it from doing…
10
votes
2 answers

How to use Sublime Text 3's mousemap settings?

I'm finding scattered info on how to use a ".sublime-mousemap" file in various places on the Web, but nothing comprehensive. What are the options when specifying mouse settings for Sublime Text 3?
Pup
  • 1,792
9
votes
3 answers

Sublime Text 3 automatically close HTML Tags

I've recently started using Sublime Text 3 instead of my old usual editor, Brackets. When I'm writing HTML in Brackets, I would type: (| represents the cursor)
| And Brackets would automatically generate the closing tag, like…
clxe
  • 91
6
votes
0 answers

How to paste over selected text in Sublime Text 3?

In Sublime Text 3, when I select something and press Ctrl+V, the clipboard item is pasted after the selected item and does not replace it. How can I change this behavior to replace the selected item? I have tried searching in the Default Prefs and…
Sudhanshu
  • 161
  • 2
6
votes
3 answers

How can one rename a project in sublime text editor 3?

I would like to rename my project in sublime IDE. How do I do that? I don't want to change the name of the folder, just project name. Hope I'm clear.
6
votes
3 answers

Tabs are not visible in sublime text 3

For some reason, I do not see tabs (filename). I have tried Show Tabs option under View Menu section, but nothing happens. I have even tried reinstalling but still the same issue. I even tried to look in console for any errors but nothing was…
Rajesh
  • 192
1
2 3 4 5