dotfiles/.bin/OLD/vim-fzf

5 lines
51 B
Plaintext
Raw Normal View History

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