open vim in a new terminal (to be used by firefox)

Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
Nico Schottelius 2008-07-24 09:45:45 +02:00
parent bdcfa686c1
commit 303b4c42ed

4
vim-term Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
# Open vim
x-terminal-emulator -e vim "$@"