diff options
author | Max Christian Pohle | 2024-05-12 21:01:00 +0200 |
---|---|---|
committer | Max Christian Pohle | 2024-05-12 21:01:00 +0200 |
commit | eec48ff71881d8757b79dcd95aac9dac4d71bf72 (patch) | |
tree | 8e21c80a8fecbcf7a6b36c3db1d2aa061bda1959 /utils/applications/vim.desktop | |
parent | f3eb203b4ad79090e36982e7b417c0cf0de52646 (diff) | |
download | vim-eec48ff71881d8757b79dcd95aac9dac4d71bf72.tar.bz2 vim-eec48ff71881d8757b79dcd95aac9dac4d71bf72.zip |
tidied this repo up and uploaded my new nvim from scratch config
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 | ||