mcchrish / nnn.vim

File manager for vim/neovim powered by n³
BSD 2-Clause "Simplified" License
645 stars 24 forks source link

change default layout to enew on vim #111

Closed N-R-K closed 3 years ago

N-R-K commented 3 years ago

After switching to vim from neovim, I noticed that the floating nnn terminal was quite unusable due to the scrolling bug. The nnn contexts/tabs would also randomly not render/display for me. I think it makes sense not to use it as a default for vim considering the related issues are closed and there seems to be no interest in fixing it.

mcchrish commented 3 years ago

I assume you are referring to this bug https://github.com/mcchrish/nnn.vim/issues/62? (related: https://github.com/voldikss/vim-floaterm/issues/145)

The bug seems to be present in neovim as well but it's more commonly seen in vim. This is still a reasonable change I think.

N-R-K commented 3 years ago

I assume you are referring to this bug #62?

Yes, if the directory is larger than the floating window it happens everytime on vim. Haven't had it happen on neovim or a non-floating terminal however.