wfxr / tmux-fzf-url

🚀 Quickly open urls on your terminal screen!
Other
512 stars 42 forks source link

How many urls will be displayed for a file #34

Open RiteshChepuri opened 1 year ago

RiteshChepuri commented 1 year ago

I tried to open urls in my plugins.lua in neovim. Its showing only like 8 links to open. What is the limit and how do i increase the limit?

wfxr commented 7 months ago

@RiteshChepuri There is no explicit limit, but note that the plugin only captures urls at the current pane by default. You can change this behavior by setting history_limit to capture the scrollback history:

set -g @fzf-url-history-limit '2000'