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