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

This commit is contained in:
2025-09-29 23:42:03 +02:00
parent 7f28c1c13f
commit 512599d8d7
2 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ ta() {
}
vf() {
fzf --bind 'enter:become:vis {}' -q "$1"
vis "+fzf-files auto-files '$1'"
}