Results 122 comments of Sanjay

@ychin They are based on SF Symbols. For example, there is no 'open folder' SF Symbol but if there were, it might look like this one. There is a clipboard...

@eirnym I'm sorry, which license do you mean?

A couple reasons: ease and functionality. Ease: The variant of PSMTabBarControl in iTerm2 is pretty big: 33 files (16 objc, 17 header) and 6,200 lines of code. My implementation is...

Thank you for taking the time to look at this. I know you're busy and no one asked for tabs - I was just scratching my own itch. 1. You...

1. I'll try some things out. 2. I'll check the `T` `guioption`. 3. Take a look at MMVimView.m Inside `-setDefaultColorsBackground:foreground:` I call my method `-setTablineColorsBasedOnBackground:foreground`. There, I infer colors for...

1. I've added some tab scroll buttons to the left of the tabline. There is a user default (MMShowTabScrollButtonsKey) that can be used to hide them since they aren't needed...

3. I looked at `highlight.c` and `gui_macvim.c` but wasn't able to reliably get Tabline colors. I'll keep looking at the Vim source, but right now I'm stuck. Instead, I found...

1. The buttons automatically enable/disable if there is scrollable content. I did try having them show/hide, but it makes the UI seem glitchy. I think for interfaces like this, having...

1. Ok, I just learned that to scroll horizontally with a scroll wheel, you hold down the shift key. So it actually does work, I just didn't know how to...

**Mouse wheel scrolling:** How do I get the scrolling deltas? I had tried overriding `-scrollWheel:` but it was never called. So that's where I was stuck and why I felt...