echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
5.01k stars 185 forks source link

Pressing l on a leaf entry is executing C-i in neovim #939

Closed augustocdias closed 3 months ago

augustocdias commented 4 months ago

Contributing guidelines

Module(s)

Mini.files

Description

When I press l (go in entry) in a leaf entry (a file and not a folder) it is going to next position in the jump list (C-i)

Neovim version

0.10

Steps to reproduce

  1. nvim -nu minimal.lua
  2. Be sure to have a next item in the jump list (C-i) (moves somewhere)
  3. Open mini.files and navigate to a file
  4. Press l

Expected behavior

No response

Actual behavior

I don't expect the current buffer to move to the next position in jump list

echasnovski commented 4 months ago

Thanks for the issue!

I can not reproduce and pretty sure this is not an issue with 'mini.files'. Could you try reproducing this with only 'mini.files' installed and no your user config loaded? You can use init-deps-example.lua for minimal config and :h $NVIM_APPNAME for how to test cleanly without affecting your current config.

echasnovski commented 3 months ago

I am closing this as I still can not reproduce. If you'll create a robust reproducible example, please, still post it here.