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:
parent
bdcfa686c1
commit
303b4c42ed
1 changed files with 4 additions and 0 deletions
4
vim-term
Executable file
4
vim-term
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# Open vim
|
||||
|
||||
x-terminal-emulator -e vim "$@"
|
Loading…
Reference in a new issue