tvim as a separate window
This commit is contained in:
parent
353ae2ab01
commit
aaa1ac24f4
1 changed files with 2 additions and 6 deletions
8
tvim
8
tvim
|
@ -1,10 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
term=default-terminal-emulator
|
||||
vim=vim
|
||||
#if [[ -x $(type -P nvim) ]]; then
|
||||
# vim=nvim
|
||||
#else
|
||||
# vim=vim
|
||||
#fi
|
||||
#[[ -x $(type -P nvim) ]] && vim=nvim
|
||||
|
||||
exec $term -e $vim -c 'set mouse=a' "$@"
|
||||
exec $term -e $vim -c 'set mouse=a' "$@" &>/dev/null & disown
|
||||
|
|
Loading…
Reference in a new issue