danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

[feature request] ctrl-c to close telescope prompt #62

Closed zhengpd closed 5 months ago

zhengpd commented 5 months ago

I'd like to close the telescope prompt with C-c, which is the default behavior of Telescope. It would be nice if there could be an option to disable the C-c mapping in smart-open.nvim.

danielfalk commented 5 months ago

Hi, what branch are you on? The 0.2.x branch should have addressed this

zhengpd commented 5 months ago

@danielfalk Thank you. 0.2.x works. I was on main branch. I thought main contain latest changes.