vscripts/tvim

11 lines
174 B
Text
Raw Normal View History

#!/usr/bin/env bash
term=default-terminal-emulator
vim=vim
#if [[ -x $(type -P nvim) ]]; then
# vim=nvim
#else
# vim=vim
#fi
exec default-terminal-emulator -e $vim $@