You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having netrw's treeview enabled, it is not possible to use CTRL-^ to switch back and forth between a selected file and netrw -- the netrw window will show an empty buffer named "NetrwTreeListing" -- no files are visible.
Steps to reproduce
create otherwise empty init.vim containing only
letg:netrw_liststyle=3
open nvim
:Ex
select and open file
try CTRL-^
Expected behavior
You should see the previous netrw listing, but you'll be seeing an empty one instead.
Problem
When having netrw's treeview enabled, it is not possible to use
CTRL-^
to switch back and forth between a selected file and netrw -- the netrw window will show an empty buffer named "NetrwTreeListing" -- no files are visible.Steps to reproduce
init.vim
containing only:Ex
CTRL-^
Expected behavior
You should see the previous netrw listing, but you'll be seeing an empty one instead.
Neovim version (nvim -v)
v0.9.5
Vim (not Nvim) behaves the same?
yes
Operating system/version
Debian
Terminal name/version
gnome-terminal
$TERM environment variable
xterm-256color
Installation
aptitude
original issue: neovim/neovim#29620
The text was updated successfully, but these errors were encountered: