Skip to content

Commit

Permalink
fix(picker.actions): tab -> tabnew. Closes #842
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Feb 1, 2025
1 parent 4da7bdb commit d962d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/snacks/picker/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function M.vsplit(picker)
end

function M.tab(picker)
wincmd(picker, "tab")
wincmd(picker, "tabnew")
end

function M.toggle_maximize(picker)
Expand Down

0 comments on commit d962d5f

Please sign in to comment.