summaryrefslogtreecommitdiffstats
path: root/scripts/gvim
blob: df53fb8c6e021c075157c29f85341fec7e7466d7 (plain) (blame)
1
2
3
4
5
#!/bin/sh

current-term --class gvim -e "vim $@"

# vim: expandtab sw=2 ts=2