vscripts/tvim

7 lines
137 B
Text
Raw Normal View History

#!/usr/bin/env bash
2017-10-19 15:53:48 +03:00
term=st
vim=vim
2017-04-10 11:44:52 +03:00
#[[ -x $(type -P nvim) ]] && vim=nvim
2017-04-10 11:44:52 +03:00
exec $term -e $vim -c 'set mouse=a' "$@" &>/dev/null & disown