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
|
#!/usr/bin/env bash
|
||||||
term=default-terminal-emulator
|
term=default-terminal-emulator
|
||||||
vim=vim
|
vim=vim
|
||||||
#if [[ -x $(type -P nvim) ]]; then
|
#[[ -x $(type -P nvim) ]] && vim=nvim
|
||||||
# vim=nvim
|
|
||||||
#else
|
|
||||||
# vim=vim
|
|
||||||
#fi
|
|
||||||
|
|
||||||
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