You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING
If this is about Harpoon1, the issue will be closed. All support and everything of harpoon1 will be frozen on master until 4/20 or 6/9 and then harpoon2 will become master
Please use harpoon2 for branch
Is there a config parameter to set width for the list modal?
The text was updated successfully, but these errors were encountered:
Hey, when you use the harpoon:ui:toggle_quick_menu() it has the possibility to use different opts, usually the basic configuration will look like this:
But actually you can a second paramater, a table as the opts and change some ui options as follows:
vim.keymap.set("n", "<C-a>", function()
harpoon.ui:toggle_quick_menu(harpoon:list(), {
ui_max_width=10, -- Maximum menu widthui_width_ratio=0.5-- Relative width, if I'm not mistaken this is relative to windowui_min_width=20, -- Minimum menu widthborder="rounded", -- Window border styletitle="My Harpoon" -- Custom window title
})
You can see the all the possible options here, search for HarpoonToggleOptions.
WARNING
If this is about Harpoon1, the issue will be closed. All support and everything of harpoon1 will be frozen on
master
until 4/20 or 6/9 and then harpoon2 will become masterPlease use
harpoon2
for branchIs there a config parameter to set width for the list modal?
The text was updated successfully, but these errors were encountered: