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.
For some reason, version 0.2.x of
smart-open.nvimdoesn't allow the use of Ctrl+W (inINSERTmode) within the Telescope picker search box. This is a regression from 0.1.x, which allowed all standardINSERTmode 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
INSERTmode text editing shortcuts could be restored in the0.2.xbranch! In the meantime, I'll probably be sticking withbranch = "0.1.x"ofsmart-open.nvimuntil this is resolved.