https://github.com/uloco/repro-snacks-input
https://github.com/uloco/repro-snacks-input
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uloco/repro-snacks-input
- Owner: uloco
- Created: 2025-09-30T18:10:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-30T18:24:34.000Z (9 months ago)
- Last Synced: 2025-10-09T19:08:57.700Z (9 months ago)
- Language: Lua
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repro-snacks-input
* To reproduce issue, start with `nvim -u repro.lua`.
* Afterwards run `:lua vim.ui.input({ prompt = "hey" }, function(input) print("You entered: " .. input) end)`
* Pressing escape does not enter normal mode.
* Pressing escape twice does not close input.
* Pressing escape and a different key like `l` does get into normal mode.