Earlier quoted context omitted.
> Could you mention what you're likely to be printing? To paper? Never. To PDF? I've printed to pdf to get nice looking formatted code for presentations. I see print as more a brute force bazooka feature to get nice vector graphics out of apps.
What I do: * c/p in a gist * when looking at the gist, print the page in your browser * save to PDF
Sublime Text 3.0
661–670 of 694 posts
Re: Sublime Text 3.0
#662I think Sublime is a great editor. I enjoy a lot of the nice UI based workflows Sublime provides - but always felt that mastering VIM / emacs would provide me a far better pay out. Does any body else agree ?
I haven't used Sublime much but I get the impression I'm far faster in Emacs than work colleagues etc. are in Sublime or the latest flavour of IDE. That is after at least a decade and a half of learning and configuring Emacs to my preferences though. At least part of that efficiency (apart from Emacs being awesome) is that I've been able to keep getting better at using my editor rather than having to change tools eve…
Re: Sublime Text 3.0
#663Earlier quoted context omitted.
It's not that hard to switch, especially for a developer that lives in the software. It might take a few days, but if your brain is still fairly plastic, you will adapt. If you are like my parents that can't get on the internet if the browser icon disappears from their desktop, then there might be a problem.
I must be like your parents. My brain feels hard wired to Emacs.
Re: Sublime Text 3.0
#664What are the deep conceptual differences, the strongly held opinions?
Re: Sublime Text 3.0
#665- Is there a way to lookup documentation while using the editor (contextual help)?
- Is there a way to access most features without key bindings and to learn the key bindings while doing so?
Re: Sublime Text 3.0
#666Tangential, but is everyone using Sublime comfortable with the sidebar on the left? Moving the sidebar to the right is the first thing I do in every editor, and the few times I tried Sublime I was surprised that for all its customizability that option doesn't exist. I was skimming through the changelog now and it seems like this is still true today.
"workbench.sideBar.location": "right"Re: Sublime Text 3.0
#667Woo hoo! I love ST. I think the biggest thing lacking now is a solid package manager. I like how on VSCode and Atom you can kind of see the "stars" or popularity of the package before you install it.
https://packagecontrol.io/
Re: Sublime Text 3.0
#668Earlier quoted context omitted.
It's highly likely that OP simply stumbled upon it, or someone recommended it, and now he learned it and is used to it and knows how productive it can be. Thing is, same is true for any other good IDE, of which there are plenty. Personally, it always blows my mind that people don't use VIM :) if they actually spent 5-20hours learning VIM correctly they would not touch these inferior pretty looking UIs
You can have your cake and eat it too. There are some really great vim plugins for Sublime Text, including one that uses NeoVim. For me, Sublime Text is basically Vim with an nice UI and some IDE features built in. And Goto Anything. I wouldn't want to live without Goto Anything.
e.g. Goto anything you can use the Ctrl-P plugin.
Re: Sublime Text 3.0
#669Earlier quoted context omitted.
Whereas I view vim as simply a necessary evil and I mean "necessary" in the sense that I want to edit something over ssh. Bret Viktor's oft-quoted "Inventing on Principle" talk touches on this subject where a lot of research has shown that bimodal editors are worse. While I can't argue for how true that statement is, it's certainly been my experience. I always find it jarring to think I'm in command mode but I'm actu…
The 'micro' text editor is a fantastic vim replacement for SSH editing. It's a text-ui like vim, but it has mouse support (for selecting text, etc), and keyboard shortcuts that match bio stands, ctrl-s for save, ctrl-q for quit, etc.