This website requires JavaScript.
Explore
Help
Sign in
nico
/
nsbin
Watch
1
Star
0
Fork
You've already forked nsbin
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
Actions
e6e0f1fb3a
nsbin
/
vim-term
6 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
open vim in a new terminal (to be used by firefox) Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
2008-07-24 07:45:45 +00:00
#!/bin/sh
# Open vim
update Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-10-26 21:28:38 +00:00
# x-terminal-emulator -e vim "$@"
urxvt -e vim "$@"
Reference in a new issue
Copy permalink