We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad2fe2 commit d6f7d09Copy full SHA for d6f7d09
fzf-url.sh
@@ -6,7 +6,7 @@
6
#===============================================================================
7
get_fzf_options() {
8
local fzf_options
9
- local fzf_default_options='-d 35% -m -0 --no-preview --no-border'
+ local fzf_default_options='-w 100% -h 50% --multi -0 --no-preview'
10
fzf_options="$(tmux show -gqv '@fzf-url-fzf-options')"
11
[ -n "$fzf_options" ] && echo "$fzf_options" || echo "$fzf_default_options"
12
}
0 commit comments