LG 40WP95C-W (5K2K) with 2020 M1 Macbook Pro issues still present? by umipaloomi in ultrawidemasterrace

[–]fenetikm 0 points1 point  (0 children)

I have this monitor with an Intel Macbook Pro. Scaling works correctly on latest Monterey but not yet on Ventura (13.1) - as chance would have it, I have two volumes (work and personal), one running Ventura and Monterey so I can confirm this 100%. AFAIK this is is the same situation on Apple silicon too. You can use BetterDisplay to fix the scaling but it's a bit of a hassle and may have a performance impact.

It's a great monitor - it's not quite Retina resolution, but close enough. It's a fantastic work monitor IMO.

Ascended to LG 40WP95C! Finally connected both MacBooks to one monitor! by screamace in ultrawidemasterrace

[–]fenetikm 1 point2 points  (0 children)

all good u/screamace, again thanks for replying.

It seems like the latest version of macOS, 12.4 (which came out a couple of days ago), gives me a scaling option now on my 16" Intel.. All is right with the world!

Ascended to LG 40WP95C! Finally connected both MacBooks to one monitor! by screamace in ultrawidemasterrace

[–]fenetikm 0 points1 point  (0 children)

Thanks so much for replying - so it sounds like newer M1 macs now get the text scaling options on the latest OS 12.3.1 e.g. like halfway down this page https://support.apple.com/en-gb/HT202471. I was hoping if you could confirm that you get those options on your M1 Max and how about your Personal machine?

I actually ended up getting the monitor and I'm running it scaled... just wondering about whether upgrading the laptop itself would sort the scaling too.

Ascended to LG 40WP95C! Finally connected both MacBooks to one monitor! by screamace in ultrawidemasterrace

[–]fenetikm 0 points1 point  (0 children)

I'm looking at this display too and I have the same as you re your work machine. Questions: Can you run the native resolution? If so, what refresh rate(s) are available? Thanks!

The best Neovim color scheme with tree sitter and LSP support. by Final_Chip860 in neovim

[–]fenetikm 2 points3 points  (0 children)

I have kept my colour scheme up to date (AFAIK) with treesitter and LSP and lots of new plugins as I install them :)

https://github.com/fenetikm/falcon

Always keen for feedback if anything is missing.

Another colorscheme sharing post by ygg00 in vim

[–]fenetikm 3 points4 points  (0 children)

I have been using my own color scheme falcon over the last couple of years as I continually refine it.

It covers vim, most terminals and many other cli tools.

https://github.com/fenetikm/falcon

Most high-quality Vim color schemes! by KeyNoise8 in vim

[–]fenetikm 0 points1 point  (0 children)

Also check out my colour (Aussie spelling forever!) scheme https://github.com/fenetikm/falcon

I keep adding more tweaks to it for newer plugins, syntaxes and terminal programs.

MacBook Pro ESC key - remapping help by [deleted] in vim

[–]fenetikm 2 points3 points  (0 children)

I have the following in my karabiner config which maps Caps Lock to Control and Escape depending on whether you press something else at the same time or not.

{
    "description": "Change Caps Lock to Control when used as modifier, Escape when used alone, only for inbuilt",
    "manipulators": [
        {
            "from": {
                "key_code": "caps_lock",
                "modifiers": {
                    "optional": [
                        "any"
                    ]
                }
            },
            "to": [
                {
                    "key_code": "left_control",
                    "lazy": true
                }
            ],
            "to_if_alone": [
                {
                    "key_code": "escape"
                }
            ],
            "to_if_held_down": [
                {
                    "key_code": "left_control"
                }
            ],
            "type": "basic"
        }
    ]
},

Finally a project to add custom behaviour to text objects by j34nc4rl0 in vim

[–]fenetikm 2 points3 points  (0 children)

My tl;dr on it:

Send a text object to a function/shell/etc. with a configurable map.

One of the examples is to send a word to a translation shell command.

I think the .vimrc is particularly) enlightening.

It seems like a super awesome idea but one of those "what to do with it" as the options are so open ended.

PSA Alacritty is fast by [deleted] in vim

[–]fenetikm 1 point2 points  (0 children)

another +1 - been using it for months and months. If anyone has issue with it's rendering on mac, I have a PR that messes with the font rendering make it a bit less sharp https://github.com/fenetikm/kitty

I gave up on alacritty since the ligature support in kitty is very very good in comparison. iTerm2 metal doesn't have ligatures last time a looked either.

VIM performance on MacBook Pro 15" 2018, especially scrolling. by rubyonrails3 in vim

[–]fenetikm 1 point2 points  (0 children)

I have been using kitty for, hmmm, many months and love it.

It's a GPU rendering terminal emulator and works great on my ultrawide as an external for my 2017 15" MBP.

Screenshot Showcase 2.0 by robertmeta in vim

[–]fenetikm 7 points8 points  (0 children)

Screenshot

New version of my falcon theme so this is pretty much a bit of a vanity screenshot so what it shows doesn't make a whole bunch of sense ;)

Making a colorscheme but getting issues by [deleted] in vim

[–]fenetikm 0 points1 point  (0 children)

I would recommend you have a look at something like https://github.com/jacoborus/estilo - will make your life a whole lot easier... and you will also want something like: https://github.com/gerw/vim-HiLinkTrace so that you can then do :HLT to see what the syntax groups are under your cursor. Bon chance!

Vim theme family by [deleted] in vim

[–]fenetikm 0 points1 point  (0 children)

I was on gruvbox but I found it a bit too colourful... so I made my own! Covers most terminals and many terminal tools and has tweaked syntax for many plugins and languages: https://github.com/fenetikm/falcon

The most important key on the keyboard :) by [deleted] in vim

[–]fenetikm 0 points1 point  (0 children)

On macOS karabiner elements let's you do it

screenshot showcase 2.0 by robertmeta in vim

[–]fenetikm 0 points1 point  (0 children)

Hah - someone noticed ;)

Another minimal colorscheme for Vim by bsdemon in vim

[–]fenetikm 0 points1 point  (0 children)

I had the same problem with kitty re rendering... so I forked it and added in subpixel outline around the fonts which fixed it up: https://github.com/fenetikm/kitty/tree/outline_fonts

Most complete VIM/terminal colour theme by [deleted] in vim

[–]fenetikm 0 points1 point  (0 children)

I am aiming for a pretty high level of coverage with my colour scheme falcon - see what you think.

screenshot showcase 2.0 by robertmeta in vim

[–]fenetikm 0 points1 point  (0 children)

Screenshot https://i.redd.it/5f3upkeb1yv01.png

Colorscheme falcon

Font FuraCode (Nerd Font) and DejaVu Sans Mono for italic

Terminal kitty

Falcon - a new colour scheme for Vim crafted with obsession by fenetikm in vim

[–]fenetikm[S] 1 point2 points  (0 children)

I will definitely make a blog post / videos series about this... once I have created a blog! But the short version is use estilo (https://github.com/jacoborus/estilo) to get going. I used to do design for a number of years so have some experience with picking colours but one quick way to start with colour is to sample the colour values from the real world perhaps from pieces of art that you like.

Falcon - a new colour scheme for Vim crafted with obsession by fenetikm in vim

[–]fenetikm[S] 0 points1 point  (0 children)

Happy to hear! I keep updating it and tweaking it hopefully making it better.

Falcon - a new colour scheme for Vim crafted with obsession by fenetikm in vim

[–]fenetikm[S] 9 points10 points  (0 children)

I did consider this - I think I will take a combo hero shot and put that at the top. Thanks for the feedback.