I find the default icon better looking than the one the author is using, so I guess this is just a matter of taste. Same goes with the color scheme.
Setting up Sublime Text 2
121–130 of 141 posts
Re: Setting up Sublime Text 2
#122Earlier quoted context omitted.
By toggle do you mean change whether it reloads it?
Basically, yes, but with a prompt. Notepad++ will prompt you that a loaded file has changed and do you want to update it. ST2 will just load the file as soon as it realizes the file has changed. The NP++ behaviour is ideal and a feature I use a lot. Unless something has changed very recently in ST2, there is no way to duplicate this behaviour. I believe there are some circumstances where ST2 will prompt you. IIRC if…
My favorite example is to use Zen Coding in both.
Re: Setting up Sublime Text 2
#123I do most of my editing on remote machines (both at work and at home) and haven't really been able to find a setup that works smoothly for this. Is everyone else developing everything on their local machines?
Re: Setting up Sublime Text 2
#124The TrailingSpaces plugin isn't necessary. ST2 has an option in the default preferences to trim whitespace at the end of the line - just enable it. Not to come down too hard on the article or anything, but there are many other, far better resources for setting up and learning how to be productive in ST2. This book is good https://leanpub.com/sublime-productivity (I have no affiliation with the book.)
h1
| We build
span.colored-text scalable
| web sites & engineer
span.colored-text powerful
| platforms
If you delete trailing spaces, you'll have no spaces between any word at the end of the line and the word in the next section.Point being: trailing spaces can be significant.
Re: Setting up Sublime Text 2
#125Earlier quoted context omitted.
By toggle do you mean change whether it reloads it?
Basically, yes, but with a prompt. Notepad++ will prompt you that a loaded file has changed and do you want to update it. ST2 will just load the file as soon as it realizes the file has changed. The NP++ behaviour is ideal and a feature I use a lot. Unless something has changed very recently in ST2, there is no way to duplicate this behaviour. I believe there are some circumstances where ST2 will prompt you. IIRC if…
Re: Setting up Sublime Text 2
#126Re: Setting up Sublime Text 2
#127Re: Setting up Sublime Text 2
#128Get me block level (vit, cit ...) commands in ST2 and I will switch. They are done very well in Vim.
Vintage mode (which comes with ST) supports most common vim commands and either way there's plugins for most things and you can write your own for pretty much anything at all.
Re: Setting up Sublime Text 2
#129Earlier quoted context omitted.
(describe-key (kbd " ")) is undefined
Only on OSX maybe? It works perfectly on Windows, not sure about Linux as I'm too lazy to reboot and test right now. Perhaps someone else can check?
It is unbound on linux as well (emacs24)
Re: Setting up Sublime Text 2
#130Earlier quoted context omitted.
Sorry, I keep that whole plugin as part of my dotfile repo. When the plugin upgrades itself, I just commit that upgrade. When I install my dotfile repo on a new machine, I have a script that symlinks everything to the repo, including my ST2 data. I then have my .gitignore set up to ignore all the plugins that get installed, but specifically track changes to the package manager plugin, as well as any other custom plug…
My bash-fu isn't great, can you point me at an example of a script which does this (yours or someone else's)? I was literally thinking about moving my ST2 config into my dotfiles repo the other day