Live data from Hacker News

Sublime Text 2.0 Released

sublimetext.com

11–20 of 358 posts

Re: Sublime Text 2.0 Released

#12
I was an active user of Notepad++, but ever since I started using Sublime text, I never turned back to NP++ (or any other editors). Totally love the Sublime experience.

Re: Sublime Text 2.0 Released

#13

I've reverted back to Vim (not really ST2's fault, just that it doesn't run in a terminal and I've gotten addicted to split-panes in iTerm), but ST2's a solid editor. Definitely worth your $60. PS: If it got even a basic terminal... EDIT2: ST2 does have split panes, I just can't run a terminal in them.

I suppose you know that you split the layout of ST just like you can split the pane in iTerm2 ... You can even have the same file open twice in a side by side view.

Re: Sublime Text 2.0 Released

#16
post #13

I've reverted back to Vim (not really ST2's fault, just that it doesn't run in a terminal and I've gotten addicted to split-panes in iTerm), but ST2's a solid editor. Definitely worth your $60. PS: If it got even a basic terminal... EDIT2: ST2 does have split panes, I just can't run a terminal in them.

I suppose you know that you split the layout of ST just like you can split the pane in iTerm2 ... You can even have the same file open twice in a side by side view.

Right, but that's only for files. My extra panes tend to have REPLs, curls, docs, etc. more often than other files.

Re: Sublime Text 2.0 Released

#17

I've reverted back to Vim (not really ST2's fault, just that it doesn't run in a terminal and I've gotten addicted to split-panes in iTerm), but ST2's a solid editor. Definitely worth your $60. PS: If it got even a basic terminal... EDIT2: ST2 does have split panes, I just can't run a terminal in them.

You can init Sublime (and open/edit files) from the command line relatively easily[1] and there's a plugin that will allow you run shell commands from within Sublime Text[2].

1: http://www.sublimetext.com/docs/2/osx_command_line.html 2: https://github.com/misfo/Shell-Turtlestein (or from Package Control)

EDIT: Ahh I see you edited, nevermind! But you can split the windows easily too!

Re: Sublime Text 2.0 Released

#18

I've reverted back to Vim (not really ST2's fault, just that it doesn't run in a terminal and I've gotten addicted to split-panes in iTerm), but ST2's a solid editor. Definitely worth your $60. PS: If it got even a basic terminal... EDIT2: ST2 does have split panes, I just can't run a terminal in them.

I've even bought it, then went back to Vim. It looked so promising and I still think it's second best editor around.

EDIT: There can be only one!

Re: Sublime Text 2.0 Released

#20
As a die-hard Vim'er I like this more every time I look at it.

What I'm still missing in vintage-mode is search/replace (mostly ':s' and ':%s') and block visual mode (^V in vim). The latter habit I could probably break, but the search/replace stuff gets me all the time.

Is there perhaps a plugin/workaround already to get Vim-style search/replace or do I have to hold out for another version?

Post reply on HN