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