You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Yeah I think this was an oversight in choosing a default keybind, but what was worse is you couldn't provide overriding mappings. I've fixed that in main and 0.2.x.
After updating, the following should work as an override:
Hmm I'm on main and tried the above but I'm getting an error:
E5108: Error executing lua: ...are/nvim/lazy/smart-open.nvim/lua/smart-open/actions.lua:17: attempt to index local 'selection' (a nil value)
stack traceback:
...are/nvim/lazy/smart-open.nvim/lua/smart-open/actions.lua:17: in function 'key_func'
...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:253: in function <...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:252>
For some reason, version 0.2.x of
smart-open.nvim
doesn't allow the use of Ctrl+W (inINSERT
mode) within the Telescope picker search box. This is a regression from 0.1.x, which allowed all standardINSERT
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 the0.2.x
branch! In the meantime, I'll probably be sticking withbranch = "0.1.x"
ofsmart-open.nvim
until this is resolved.The text was updated successfully, but these errors were encountered: