Skip to content

Commit 984c656

Browse files
dudicocoibhagwan
authored andcommitted
add cycle to fzf_opts in telescope profile
This is the default behavior in Telescope
1 parent fc93ab3 commit 984c656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fzf-lua/profiles/telescope.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88
return {
99
{ "default-title" }, -- base profile
1010
desc = "match telescope default highlights|keybinds",
11-
fzf_opts = { ["--layout"] = "default", ["--marker"] = "+" },
11+
fzf_opts = { ["--layout"] = "default", ["--marker"] = "+" , ["--cycle"] = true},
1212
winopts = {
1313
width = 0.8,
1414
height = 0.9,

0 commit comments

Comments
 (0)