#!/usr/bin/env bash term=st vim=vim #[[ -x $(type -P nvim) ]] && vim=nvim exec $term -e $vim -c 'set mouse=a' "$@" &>/dev/null & disown