aboutsummaryrefslogtreecommitdiff
path: root/gvim-buffer.desktop
blob: 5cd2cbf800edb51d1ac6ec7c776367337aa48146 (plain)
1
2
3
4
5
6
7
8
9
10
[Desktop Entry]
Type=Application
Name=Gnome Vi IMproved Buffer
Icon=gvim
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-silent %F
Terminal=false
X-XClassHintResName=VIM
Categories=Utility;TextEditor;
..