Earlier quoted context omitted.
Thanks, I think I'd seen this one in the past but had ruled it out due to no Windows support (at the time). Edit: Ah, also "doesn't have features such as tabs" ruled it out for me.
> doesn't have features such as tabs The lack of tabs is a feature for some of us. After all, why have tabs when you can have tmux? :)
Show HN: Sublime Merge – A Git client from the makers of Sublime Text
151–160 of 362 posts
Re: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
#152Looks great Jon, happy you are expanding the Sublime family. Can I suggest Sublime Terminal as a possible addition? I'd happily pay for a decent terminal experience on Windows and with your cross platform toolkit it looks like you could deliver that. ConEmu et al just don't do it for me.
I would keep an eye out on alacritty. It's a blazingly fast gpu-accelerared terminal emulator for Unix (currently) written in rust. According to their 0.2.0 announcement post, where they added scrollback support, Windows is next on the Roadmap.
Using it at this point isn't viable however, since the Windows port uses rusttype for font rendering, and rusttype lacks support for hinting.
Re: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
#153Looks great Jon, happy you are expanding the Sublime family. Can I suggest Sublime Terminal as a possible addition? I'd happily pay for a decent terminal experience on Windows and with your cross platform toolkit it looks like you could deliver that. ConEmu et al just don't do it for me.
I would keep an eye out on alacritty. It's a blazingly fast gpu-accelerared terminal emulator for Unix (currently) written in rust. According to their 0.2.0 announcement post, where they added scrollback support, Windows is next on the Roadmap.
Re: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
#154I'm trying out Sublime Merge, but it seems my git hooks aren't been called. Am I the only one experiencing this? A feature or a bug?
Re: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
#155Earlier quoted context omitted.
Kind of curious, what don't you like about ConEmu? I've been using it for many months now and it's been nothing but solid. I spend 99% of the time using the WSL terminal, and every once in a while I run a PowerShell terminal too.
Really, and its a terrible reason to write an entirely other app, but I just don't like the styling on the tabs :/ That tabbed Windows GUI is just so damn ugly it actually distracts me.
They bothered me too but it's totally fixable with 1 setting.
There's an option to remove the tabs and they become merged into the titlebar (with numbers). It ends up looking like this: https://imgur.com/a/NDgCZFJ
Then you can use Win + 1 or Win + 2 (or other hotkeys) to switch between them.
Right clicking the titlebar also brings up a context menu for accessing the settings and a bunch of other things.
You can enable this style by going to general -> tab bar -> "don't show" (the radio button on the top left).
Re: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
#156Earlier quoted context omitted.
Really, and its a terrible reason to write an entirely other app, but I just don't like the styling on the tabs :/ That tabbed Windows GUI is just so damn ugly it actually distracts me.
> I just don't like the styling on the tabs :/ That tabbed Windows GUI is just so damn ugly it actually distracts me. They bothered me too but it's totally fixable with 1 setting. There's an option to remove the tabs and they become merged into the titlebar (with numbers). It ends up looking like this: https://imgur.com/a/NDgCZFJ Then you can use Win + 1 or Win + 2 (or other hotkeys) to switch between them. Right cli…
"Prettyness" seems like such a trivial thing to complain about, but when I spend half my working day staring at something I'd rather it was nice to look at!
Re: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
#157Hi HN - Jon Skinner here, I made Sublime Text and Sublime Merge, alongside the rest of the Sublime HQ programming team - Will, Dylan and Benjamin. Let me know if you have any questions! Edit: there's also the announcement blog post, at https://www.sublimetext.com/blog/articles/sublime-merge
Nice to see you're using the same animation technique [1]. MP4 could not possibly provide this level of quality/size (~150KB per animation). Pngcrush is rather limiting though. I could compress the PNG textures by ~8% more with optimage [2] (I'm the author). And for newer browsers, serving the textures as brotli-compressed BMPs would actually make them >30% smaller (probably more with filtered but uncompressed PNGs).…
Re: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
#158Re: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
#159Earlier quoted context omitted.
Thanks, I think I'd seen this one in the past but had ruled it out due to no Windows support (at the time). Edit: Ah, also "doesn't have features such as tabs" ruled it out for me.
You can get a tab-like experience using tmux. This also gives you features like scrollback which Alacritty doesn't support out of the box.
Re: Show HN: Sublime Merge – A Git client from the makers of Sublime Text
#160Is there a way to make the "Staged Files" view appear at the top of the tool? Preferably above "Working Directory" ?