dotfiles/.bin/OLD/vim-fzf

5 lines
51 B
Bash
Executable File

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