diff options
Diffstat (limited to 'utils/applications')
| -rw-r--r-- | utils/applications/gvim-buffer.desktop | 10 | ||||
| -rw-r--r-- | utils/applications/gvim.desktop | 10 | ||||
| -rw-r--r-- | utils/applications/nvim.desktop | 10 | ||||
| -rwxr-xr-x | utils/applications/vim.desktop | 15 |
4 files changed, 0 insertions, 45 deletions
diff --git a/utils/applications/gvim-buffer.desktop b/utils/applications/gvim-buffer.desktop deleted file mode 100644 index 5cd2cbf..0000000 --- a/utils/applications/gvim-buffer.desktop +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | [Desktop Entry] | ||
| 2 | Type=Application | ||
| 3 | Name=Gnome Vi IMproved Buffer | ||
| 4 | Icon=gvim | ||
| 5 | 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 | Exec=gvim -f -N --remote-silent %F | ||
| 8 | Terminal=false | ||
| 9 | X-XClassHintResName=VIM | ||
| 10 | Categories=Utility;TextEditor; | ||
diff --git a/utils/applications/gvim.desktop b/utils/applications/gvim.desktop deleted file mode 100644 index 37c6e58..0000000 --- a/utils/applications/gvim.desktop +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | [Desktop Entry] | ||
| 2 | Name=Vi IMproved Tab | ||
| 3 | Comment=Open file in an existing instance of vi and in a new tab | ||
| 4 | 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++; | ||
| 5 | Exec=gvim f -N --remote-tab %F | ||
| 6 | Icon=gvim | ||
| 7 | Type=Application | ||
| 8 | Terminal=false | ||
| 9 | X-XClassHintResName=VIM | ||
| 10 | Categories=Utility;TextEditor; | ||
diff --git a/utils/applications/nvim.desktop b/utils/applications/nvim.desktop deleted file mode 100644 index 21f0090..0000000 --- a/utils/applications/nvim.desktop +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | [Desktop Entry] | ||
| 2 | Version=1.0 | ||
| 3 | Type=Application | ||
| 4 | Name=Vim | ||
| 5 | Comment= | ||
| 6 | Exec=xfce4-terminal --icon /usr/share/icons/HighContrast/256x256/apps/vim.png -T 'nvim' -e '/bin/bash -i -c "env TERM=gnome-256color screen nvr ."' --fullscreen | ||
| 7 | Icon=/usr/share/icons/HighContrast/256x256/apps/vim.png | ||
| 8 | Path= | ||
| 9 | Terminal=false | ||
| 10 | StartupNotify=false | ||
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 | ||
