Save position into jumplist before 'edit' action. by caojoshua · Pull Request #1234 · nvim-telescope/telescope.nvim

fixes #1038 fixes #1520 Whenever telescope does not sort of edit/selection action, it calls nvim_win_set_cursor(), which does not add anything to the jumplist. As noted in the issue, this affects l...