K
K
Konstantin2015-02-26 20:45:26
vim
Konstantin, 2015-02-26 20:45:26

How to run Vim in a maximized window on Russian windows 7?

How to teach Vim to start in a full-screen window in Russian windows 7?
Adding to _gvimrclines autocmd GUIEnter * simalt ~xdoes not solve the problem: at startup, a context menu for the window opens, in which you have to press up twice to select " Expand ". Trying to replace the command with autocmd GUIEnter * simalt ~рor autocmd GUIEnter * simalt ~Рdoesn't change anything. Winkeys are not accepted inside Vim.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
SilentFl, 2015-02-27
@skssxf

1) you can try to set the launch of the window to the maximum size in the properties of the shortcut
2) you can read this post on Habré

H
habrahbarauser, 2015-02-26
@habrahbarauser

set lines=100500
set columns=100500

have you tried?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question