✨ Use fzf-tmux for fm function
This commit is contained in:
parent
532c7c1289
commit
71574eeb72
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function fm --wraps=fzf -d "Use fzf as a simple file viewer"
|
||||
find . -type d | fzf --preview='eza --color=always -T {} | head -n 50'
|
||||
find . -type d | fzf-tmux -p 90%,95% --preview='eza --color=always -T {} | head -n 50'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue