jdhao / nvim-config

A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
MIT License
3.43k stars 506 forks source link

native multi-line yy feature doesn't work #220

Closed baldricni closed 1 year ago

baldricni commented 1 year ago

Describe the bug

in NORMAL mode, the native yy (yank feature) doesn't work in multi-line yank, e.g. 9yy, it will only yank the current line. I didn't change any mappings at all.

Expected behavior

I want native yy feature works again.

Screenshots

NA

Additional context

no

jdhao commented 1 year ago

Thanks for the reporting. Yeah, indeed, there is a bug in mapping for y here. I will try to find ways to fix this.