aboutsummaryrefslogtreecommitdiff
path: root/gvim.desktop
blob: 37c6e587180b454b03ce82d21663ab07979aa61a (plain)
1
2
3
4
5
6
7
8
9
10
[Desktop Entry]
Name=Vi IMproved Tab 
Comment=Open file in an existing instance of vi and in a new tab
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
Exec=gvim f -N --remote-tab %F
Icon=gvim
Type=Application
Terminal=false
X-XClassHintResName=VIM
Categories=Utility;TextEditor;
..