mirror of
https://github.com/neovim/neovim.git
synced 2026-01-10 23:32:52 +00:00
Problem: Using nvim_feedkeys in default mappings makes it hard to use
them as a part of another mapping.
Solution: Use an expression mapping and stop Visual mode later.
Fix #24518.