-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add configuration option to set window size #178
Comments
Also is good to add option to set default parameters, e.g. default workspace section in ~/.config/fvim/config.json. |
Is it possible to add this ability? |
Let's see if I can do it in 10 minutes. Hang on. |
ok I'm done. classic. programmer's estimation of time. |
Great! Will you add release? |
CI pipeline full steam. 5mins. |
Usage: " Default options (workspace-agnostic)
FVimDefaultWindowWidth 1600 " Default window size in a new workspace
FVimDefaultWindowHeight 900 |
To self: Next time for a 10min challenge, minimize distraction. |
This is a feature request: I would like to be able to set the window's starting width and height in my
ginit.vim
configuration file, rather than restoring the previous size. Personally, I like to start from a known state when I launch vim, even if I may resize the window later (e.g., by maximizing or tiling to half-screen). Being able to set this in terms of rows and columns would be ideal.The text was updated successfully, but these errors were encountered: