vis: add command fzf-files, use it in shell alias vf

This commit is contained in:
2025-09-27 08:39:54 +02:00
parent 7f28c1c13f
commit 512599d8d7
2 changed files with 11 additions and 13 deletions

View File

@@ -29,5 +29,5 @@ ta() {
}
vf() {
fzf --bind 'enter:become:vis {}' -q "$1"
vis "+fzf-files auto-files '$1'"
}