Skip to content

Commit

Permalink
feat(telescope): Save position into jumplist before 'edit' action (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
toh995 committed Feb 3, 2024
1 parent e9661d4 commit 9523ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/telescope/_extensions/aerial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ local function aerial_picker(opts)
default_selection_index = default_selection_index,
sorter = conf.generic_sorter(opts),
previewer = conf.qflist_previewer(opts),
push_cursor_on_edit = true,
})
:find()
end
Expand Down

0 comments on commit 9523ebc

Please sign in to comment.