diff options
| -rw-r--r-- | vim.desktop | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/vim.desktop b/vim.desktop index 3d52f9b..f8efe76 100644 --- a/vim.desktop +++ b/vim.desktop | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | [Desktop Entry] | 1 | [Desktop Entry] |
| 2 | X-Desktop-File-Install-Version=0.23 | ||
| 2 | Type=Application | 3 | Type=Application |
| 3 | Name=Vi IMproved->buffer | 4 | Name=Vi IMproved->buffer2 |
| 4 | Icon=gvim | 5 | Icon=gvim |
| 5 | Comment=Open file in an existing instance of vi and in a new tab | 6 | Comment=Open file in an existing instance of vi and in a new tab |
| 6 | 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++; | 7 | 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++; |
| 7 | Exec=bash -c "~/.bashrc ; vim --servername VIM --remote-silent %F" | ||
| 8 | Terminal=true | ||
| 9 | X-XClassHintResName=VIM | 8 | X-XClassHintResName=VIM |
| 10 | Categories=Utility;TextEditor; | 9 | Categories=Application;Utility;TextEditor; |
| 11 | X-Desktop-File-Install-Version=0.23 | 10 | # Exec=vim --servername VIM --remote-silent %F |
| 11 | Exec=xfce4-terminal -e "bash -c '~/.bashrc ; vim --servername VIM --remote-silent %F'" | ||
| 12 | Terminal=true | ||
| 13 | StartupNotify=true | ||
