diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2023-02-19 12:24:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 12:24:40 +0100 |
| commit | 443e5a6802849f9e4611a2d91db01b8a37350524 (patch) | |
| tree | b518b0f81d10acd2d46d6103dcfed165fc5469d2 /lua | |
| parent | f409830422e2217630fb19c37a31d534cbdbe10e (diff) | |
fix: current_buffer_fuzzy_find push cursor (#2393)
close #2332
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/builtin/__files.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
