#!/bin/sh -eu fzf < "$FZF_FILE_MARKS" | xargs -o -I{} sh -c "vim {}";