Can't exit terminal mode after closing ranger (neovim)
CT075 opened this issue · 3 comments
Currently, when ranger exits (on file choose, or pressing q), neovim hangs in terminal mode. doesn't work, nor can I get it to return to normal mode at all. After some debugging, it seems that nvim somehow isn't aware that ranger is closed (or at least the rangerCallback.on_exit function is never being run), and I've no idea why. Is this an issue with my configuration? A blank init.vim with just this plugin has the same problem, so I'm totally stumped.
Caveat -- I am running ranger directly via a symlink to the ranger.py script, not from a system install.
can you try to run it with a regular installation of ranger? just to see if it is related... if the on_exit function is not called it is maybe an issue with the neovim terminal
neovim/neovim#8104 was fixed in Nvim 0.3.1 (prerelease).