Is there a comprehensive list of keyboard shortcuts for use in Sublime Text 2? I'm specifically looking for shortcuts that grant me the functionality of the arrow keys, the Home, Delete (NOT Backspace) and End keys without moving my hands off of the
In vim and Notepad++ I have an awesome feature either mapped or built in that I've seen called text bubbling. I know about the Sublime documentation for mapping my own, but wanted to make sure I wasn't duplicating functionality: Basically when I have
I'm trying out Sublime Text 2. I know that I can see the value of a particular setting by entering a console command like so: >>> view.settings().get("word_wrap") True But is there a way to get all current settings-ideally in JSON forma
First of all, I'm not entirely sure if this fits into stackoverflow, or should rather be placed into programmers or superuser. If I posted into the wrong page, I'm sorry. To the question: In Aptana Studio, for example, there's a very nice feature for
Is there a way to launch a page in browsers from Sublime Text 2 ? Like Run in Notepad++? --------------Solutions------------- Tools->Build System->New Build System. With this you can run an app and load a page, etc. You can also specify those rules
In editors like netbeans there is a window to view all comments that start with #TODO: Is there a plugin for Sublime Text to view all #TODO: comments throughout the whole project in a single window? Right now I am just using Command + Shift + F and i
I'm not seeing this question anywhere so I can only assume I'm doing something really stupid but... What is the full path to the "Packages" folder for Sublime Text 2. I'm looking to install a new theme. When I go to /Applications/Sublime Text 2.
I use Sublime Text 2 in Ubuntu. The program downloads and runs on it's own without an installer (sort of like a portable app, I guess). When I pin it to the launcher, it only stays until I restart the computer. Then I have to dig it up again and repi
I'm trying to get Sublime Text 2's command line alias working. The instructions make perfect sense: Run ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl So, in ~/bin, subl exists. However, even when I restart t
I've downloaded Sublime Text for Linux (32bit) and put it in /opt, linked it in /usr/bin and currently I can start it by typing sublime_text in console. Whenever I start it its icon appears in the Shell's Dock but I can't pin it, and it doesn't appea
I am trying learn the keybindings of vim one by one. I thing that I thought I should get good at early is to find a string of text and replace them with something else. I had successfully done this on E-TextEditor on Windows where I will key in v/som
I have the following code in a php page: <?php $query = " SELECT data FROM table WHERE param = 1 "; Since this sql is wrapped inside quotations in a php document, everything shows up a solid green (or whatever color you have set for a string'
Sublime Text 2 goes wrong with Chinese words on Linux, neither can type in any Chinese words, nor display it correctly. But it seems that the official site said it has support UTF-8 characters. Am I wrong? --------------Solutions------------- display
I want to excute javascript file without a browser. I found Mozila Rhino, but I wonder that how can I config sublime text or another text editor run my .js file directly (i.e without run command line). --------------Solutions------------- Linux solut
Textmate can save files when I switch focus to another application (that is, on blur). Is it possible to set this up in Sublime Text 2? --------------Solutions------------- Open your "File Settings - User" settings file (Command+, on the Mac) an
In Textmate I can use CMD + R to run a script (e.g .rb or a shell script). How do I do that in Sublime Text 2? --------------Solutions------------- There is a build command with CMD + B shortcut.
I know Sublime Text makes the following commands available: ctrl+tab and ctrl+shift+tab - navigate through recent tabs ctrl+pageup and ctrl+pagedown - navigate through adjacent tabs I usually keep three columns each holding a group of related files,
I'm using a Macbook Air. If I start Sublime Text with no external displays and then attach the display everything looks fine. But, if I attach the display first and then start Sublime Text the text is less vivid and sharp on both the external display
Everytime, I want to copy and paste one Javascript code example from a book (in a pdf version) to Sublime Text or Textmate, any " " become " " >> the code doesn't work. Is there any way to fix this ? Thanks in advance. Config: OS
Anybody know of a package for Sublime Text 2 that will let me execute a shell command, save shell commands, run the currently-open file? I miss the utility of NppExec from Notepad++, in which I would save something like: irb -r "$(FULL_CURRENT_PATH)&