diff options
Diffstat (limited to 'utils/applications/vim.desktop')
-rwxr-xr-x | utils/applications/vim.desktop | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/utils/applications/vim.desktop b/utils/applications/vim.desktop deleted file mode 100755 index 8169f57..0000000 --- a/utils/applications/vim.desktop +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | [Desktop Entry] | ||
2 | Version=1.0 | ||
3 | Type=Application | ||
4 | Name=Vi IMproved | ||
5 | Comment=Open file in an existing instance of vi and in a new tab | ||
6 | Icon=gvim | ||
7 | MimeType=text/* | ||
8 | Categories=Application;Utility;TextEditor; | ||
9 | Exec=vim %F | ||
10 | Terminal=true | ||
11 | Actions=Server; | ||
12 | |||
13 | [Desktop Action Server] | ||
14 | Exec=vim --servername VIM --remote-silent %F | ||
15 | Name=Browse in Server | ||