diff options
Diffstat (limited to 'utils/applications/vim.desktop')
| -rwxr-xr-x[-rw-r--r--] | utils/applications/vim.desktop | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/utils/applications/vim.desktop b/utils/applications/vim.desktop index f8efe76..8169f57 100644..100755 --- a/utils/applications/vim.desktop +++ b/utils/applications/vim.desktop | |||
| @@ -1,13 +1,15 @@ | |||
| 1 | [Desktop Entry] | 1 | [Desktop Entry] |
| 2 | X-Desktop-File-Install-Version=0.23 | 2 | Version=1.0 |
| 3 | Type=Application | 3 | Type=Application |
| 4 | Name=Vi IMproved->buffer2 | 4 | Name=Vi IMproved |
| 5 | Icon=gvim | ||
| 6 | Comment=Open file in an existing instance of vi and in a new tab | 5 | Comment=Open file in an existing instance of vi and in a new tab |
| 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++; | 6 | Icon=gvim |
| 8 | X-XClassHintResName=VIM | 7 | MimeType=text/* |
| 9 | Categories=Application;Utility;TextEditor; | 8 | Categories=Application;Utility;TextEditor; |
| 10 | # Exec=vim --servername VIM --remote-silent %F | 9 | Exec=vim %F |
| 11 | Exec=xfce4-terminal -e "bash -c '~/.bashrc ; vim --servername VIM --remote-silent %F'" | ||
| 12 | Terminal=true | 10 | Terminal=true |
| 13 | StartupNotify=true | 11 | Actions=Server; |
| 12 | |||
| 13 | [Desktop Action Server] | ||
| 14 | Exec=vim --servername VIM --remote-silent %F | ||
| 15 | Name=Browse in Server | ||
