Replies: 3 comments 4 replies
-
Hmm so actually, on my new M2 silicon mac the window is much more accurate... now my question is, instead of resizing by columns (which doesnt have pixel perfect precision), given that I have 'smooth resize' on is there a way I can change per-pixel width of the macvim window? (instead of using
|
Beta Was this translation helpful? Give feedback.
-
Which version of MacVim do you use? Is this problem reproducible with |
Beta Was this translation helpful? Give feedback.
-
I set similar preferences on my MacVim and located Apple Terminal and MacVim side by side. The After moving window around I repeated the command with same parameters and it landed nicely. My macOS is Monterey on M2, downloaded from GitHub releases. Note: I haven't tried your snippet |
Beta Was this translation helpful? Give feedback.
-
Hey there, I have the following options set:
Hidden title bar
Smoothly resizes window
The problem is when I use a window manager, it looks like this. This is with 2 windows set 50/50 (notice the missing title bar is throwing off the calculation)
Is there a way I can fix this? I'm assuming I can't fix the actual problem, but is there a way I can use the window resize function somehow to do it on startup?
This is the code I'm using in my
.vimrc
, but I notice it is sometimes very buggy and 'random', and I'm not quite sure why... is there a way I can make the following code work deterministically?Beta Was this translation helpful? Give feedback.
All reactions