vscripts/tvim
Von Random a0d222883f Revert "vimwiki and tvim to use st"
This reverts commit 3248780f33.
2017-10-19 19:43:50 +03:00

6 lines
160 B
Bash
Executable file

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