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
The binding for <C-w> which toggles date and author in entry overrides the standard binding for delete word in vim and in terminals in general. This means that whoever uses the standard binding to delete a word within the telescope prompt can't do this anymore.
It would be best to change this binding to something which does not interfere with standard bindings in insert mode.