nnn/plugins/fzy-edit

9 lines
182 B
Plaintext
Raw Normal View History

2019-01-04 17:24:18 +00:00
#!/usr/bin/env sh
# Description: Fuzzy find a file in directory subtree with fzy and edit in vim
#
# Shell: POSIX compliant
2019-01-04 17:24:18 +00:00
# Author: Arun Prakash Jana
2019-03-28 15:19:17 +00:00
vim "$(find -type f | fzy)"