From 443e5a6802849f9e4611a2d91db01b8a37350524 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Sun, 19 Feb 2023 12:24:40 +0100 Subject: [PATCH] fix: current_buffer_fuzzy_find push cursor (#2393) close #2332 --- lua/telescope/builtin/__files.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/telescope/builtin/__files.lua b/lua/telescope/builtin/__files.lua index 0021379..7005b21 100644 --- a/lua/telescope/builtin/__files.lua +++ b/lua/telescope/builtin/__files.lua @@ -500,6 +500,7 @@ files.current_buffer_fuzzy_find = function(opts) return true end, + push_cursor_on_edit = true, }) :find() end