From 9b26d1a7af5b74839f0fe04395d35b7b54a9fcdd Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 10 Feb 2024 21:21:04 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Revert=20previous=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/.config/fish/functions/fm.fish.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/.config/fish/functions/fm.fish.symlink b/cli/.config/fish/functions/fm.fish.symlink index d43bf9d..5708167 100644 --- a/cli/.config/fish/functions/fm.fish.symlink +++ b/cli/.config/fish/functions/fm.fish.symlink @@ -1,5 +1,5 @@ #!/usr/bin/env fish function fm --wraps=fzf -d "Use fzf as a simple file viewer" - find . -type d | fzf-tmux -p 90%,95% --preview='eza --color=always -T {} | head -n 50' + find . -type d | fzf --preview='eza --color=always -T {} | head -n 50' end