4 lines
128 B
Bash
Executable File

#!/bin/sh
find "$HOME"/.config/ -maxdepth 3 -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"