dotfiles/.bin/OLD/vim-fzf
2024-02-14 07:55:58 +01:00

5 lines
51 B
Bash
Executable File

#!/bin/sh
_dir="$1"
cd "${_dir:=.}" && vim $(fzf)