aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts/edit
blob: d15b34ed9deca095809bce53d25df367fc46d775 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh

# Description: Fuzzy find a file in directory subtree with fzy and edit in vim
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana

vim `find -type f | fzy`