aboutsummaryrefslogtreecommitdiff
path: root/vim.desktop
blob: 3d52f9be45b279a3e07c35a5ab2dcac63a9fbe2a (plain)
1
2
3
4
5
6
7
8
9
10
11
[Desktop Entry]
Type=Application
Name=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=bash -c "~/.bashrc ; vim --servername VIM --remote-silent %F"
Terminal=true
X-XClassHintResName=VIM
Categories=Utility;TextEditor;
X-Desktop-File-Install-Version=0.23
..