danielfalk / smart-open.nvim

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

Ctrl+W to delete word in Telescope picker works in 0.1.x but not 0.2.x #71

Open ebkalderon opened 3 months ago

ebkalderon commented 3 months ago

For some reason, version 0.2.x of smart-open.nvim doesn't allow the use of Ctrl+W (in INSERT mode) within the Telescope picker search box. This is a regression from 0.1.x, which allowed all standard INSERT mode text editing hotkeys to be used to edit the search string. For context, all builtin Telescope pickers and all other third-party Telescope extensions I've ever tried allow for the use of Ctrl+W just fine, among other shortcuts.

It'd be great if support for standard INSERT mode text editing shortcuts could be restored in the 0.2.x branch! In the meantime, I'll probably be sticking with branch = "0.1.x" of smart-open.nvim until this is resolved.