1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-11 17:24:06 +00:00
nnn/plugins/fzy-edit

9 lines
182 B
Text
Raw Normal View History

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