Top "Sublimetext" questions

Sublime Text is a text and source code editor for Linux, OS X and Windows.

What is the difference between Sublime text and Github's Atom

Github announced Atom which is very similar to Sublime. Even some keyboard shortcuts like ⌘ + P, ⌘ + Shift + P etc. are same. …

editor sublimetext2 sublimetext text-editor atom-editor
How to select all instances of selected region in Sublime Text

Is there a shortcut key or single-step menu option to find and select all instances of a highlighted selection in …

sublimetext
Sublime text 3. How to edit multiple lines?

I was using Notepad++ and now I want to use the same cool features in Sublime but I don't know …

sublimetext3 sublimetext
Multiple Cursors in Sublime Text 2 Windows

I have installed Sublime Text 2 in windows and I am trying to use the multiple cursors feature. Firstly I highlight …

sublimetext2 sublimetext
Sublime Text 2: How do I change the color that the row number is highlighted?

As the subject says, I want to change to something other than the very light grey as shown below (line 319). …

sublimetext
How to paste text to end of every line? Sublime 2

I'm curious if there is a way to paste text to the end of every line in Sublime 2? And conversely, …

line sublimetext2 text-editor copy-paste sublimetext
Sublime 3 - Set Key map for function Goto Definition

I want to create an Eclipse style shortcut Ctrl+MouseClick to open the function/method. Sublime Text 3 has already this …

keyboard-shortcuts sublimetext2 sublimetext sublimetext3
How to customise file type to syntax associations in Sublime Text?

I'd like Sublime 2 editor to treat *.sbt files (to highlight syntax) as Scala language, same as *.scala, but I can't …

syntax-highlighting sublimetext
How to replace four spaces with a tab in Sublime Text 2?

I want to replace all the "four spaces" that is written by another text editor with tabs. How can I …

editor sublimetext
Vim multiline editing like in sublimetext?

I started to use gvim, and I can't quite understand how the multiline edit works in gvim. For example: Original …

vim sublimetext text-editor