summaryrefslogtreecommitdiffstats
path: root/bin/ff
blob: 3f06e52c9227bfd7e2055f0c498969ba81991816 (plain)
1
2
3
4
5
6
#!/bin/sh

fzf \
	--preview 'cat {1}' \
	--preview-window 'up,50%' \
	--bind 'enter:become:editinacme {1} 2>/dev/null &'