From 80fea4fe2c98abb3505ec0f80e1f6bd0784656f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 13 Aug 2025 19:44:10 +0200 Subject: [PATCH] feat(bin): tf script with wider preview window and case insensitive fzf --- .local/bin/tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/tf b/.local/bin/tf index 36645673..cf617cda 100755 --- a/.local/bin/tf +++ b/.local/bin/tf @@ -5,7 +5,7 @@ gfetch="gfetch -d churn contributors --no-color-palette --no-title" ls="eza --header --icons --all --color=always --group-directories-first --hyperlink" projects_dir="$HOME/dev" projects_command="find $projects_dir -mindepth 2 -maxdepth 2 -type d" -fzf_command="fzf --height=100%" +fzf_command="fzf -i --height=100% --preview-window=65%" zoxide_command="zoxide query -l" yaml_config() {