Nikolai Aleksandrovich Pavlov

Results 6 comments of Nikolai Aleksandrovich Pavlov

I thought it possible to do that with a plugin, something like ```VimL function! s:AltMap(start) let nr = s:keys[a:start] let i = 0 let extra = "" while 1 let...

I am wondering though: if it is a common convention, should not there be either some option used on window creation (i.e. implemented by Windows itself) or, at least, winit...

Neovide is not using a terminal and based on what I see `image.nvim` is directly writing to a terminal which will do nothing in the setup when neovim and neovide...

> > Neovide is not using a terminal and based on what I see `image.nvim` is directly writing to a terminal which will do nothing in the setup when neovim...

This got fixed in https://github.com/folke/persistence.nvim/commit/1565ca0af2d93ee94335c2950d92bc133c90aa82 when `save()` function stopped using cached session name.

No. Setting showtabline to 0 is possible if rather unobvious[^1], but laststatus is worse: only available laststatus options are 2 and 3, not 0 or 1 and I do not...