mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
Setting `push_cursor_on_edit = true` wasn't actually doing anything as the picker replaces `select_default`. Instead, call `normal! m'` manually in the replacement `select_default`.