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 a7c7862815
commit 4d979f2600
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'"
}