Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netrw: CTRL-^ does not work with g:netrw_liststyle=3 #67

Open
saccarosium opened this issue Jan 18, 2025 · 0 comments
Open

Netrw: CTRL-^ does not work with g:netrw_liststyle=3 #67

saccarosium opened this issue Jan 18, 2025 · 0 comments
Labels
bug issues reporting wrong behavior vim vim specific issues

Comments

@saccarosium
Copy link
Owner

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

  1. create otherwise empty init.vim containing only
    let g:netrw_liststyle=3
  2. open nvim
  3. :Ex
  4. select and open file
  5. try 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

@saccarosium saccarosium added bug issues reporting wrong behavior vim vim specific issues labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior vim vim specific issues
Projects
None yet
Development

No branches or pull requests

1 participant