summaryrefslogtreecommitdiffstats
path: root/bin/ff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ff')
-rwxr-xr-xbin/ff6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/ff b/bin/ff
new file mode 100755
index 0000000..3f06e52
--- /dev/null
+++ b/bin/ff
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+fzf \
+ --preview 'cat {1}' \
+ --preview-window 'up,50%' \
+ --bind 'enter:become:editinacme {1} 2>/dev/null &'