DO NOT USE THIS TAG UNLESS YOUR QUESTION IS SPECIFICALLY ABOUT SUBLIME TEXT ITSELF.
How can I replace \n in Sublime Text with real in-editor displayed new line so: foo\nbar becomes: foo bar …
sublimetext2 sublimetext sublimetext3In Terminal when I use .subl It returns -bash: .subl: command not found Anyone know how to open Sublime Text 3 …
macos terminal sublimetext3 sublimetextIs there a way to search for a string in all files inside a project in Sublime Text 3? The string …
sublimetext sublimetext3In Sublime Text 2 it was possible to comment out a line or a block of lines with Ctrl+/ and Ctrl+…
keyboard-shortcuts sublimetext3I'm using eslint with Sublime Text 3 and I am writing gulpfile.js. /*eslint-env node*/ var gulp = require('gulp'); gulp.task(…
javascript node.js sublimetext3 sublime-text-plugin eslintI want to edit multiple lines and every "word" within that line. For example: 45 28 42 65 24 87 47 95 01 25 87 98 I want to select every whole …
sublimetext2 sublimetext sublimetext3I know there are a lot of posts about this, but I couldn´t get it to work. I use …
tabs sublimetext sublimetext3 spaces auto-indentWhen I open a file in Sublime Text 3, at the bottom I have an option to set the Character Encoding …
encoding utf-8 sublimetext3 sublimetext2 byte-order-markWhen I have 2 columns set in a Sublime Text window, can I display the same file in both columns?
sublimetext2 sublimetext sublimetext3I'm trying to replace uppercase letters with corresponding lowercase letters using regex. So that EarTH: 1, MerCury: 0.2408467, venuS: 0.61519726, becomes earth: 1, mercury: 0.2408467, …
regex sublimetext3 sublimetext2 sublimetext