Loading request...
When using Telescope as the file_selector, allow it to enter normal mode on the first Escape press, then close on the second, enabling default Vim navigation (j/k) instead of being stuck in insert mode.
### Feature request Using telescope as the file_selector provider seems to hard-code the behavior that pressing Escape once closes the picker. It would be great if we could have it enter normal mode first, and then close the picker on second press,. ### Motivation Entering normal mode is the default Telescope behavior, and enables navigating the list with `j` and `k`, the default vim navigation keys. By staying in insert mode, we are constrained to using arrow keys. ### Other _No response_