aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMax Christian Pohle2023-10-20 16:43:03 +0200
committerMax Christian Pohle2023-10-20 17:36:48 +0200
commitdd2623b7ce5f00ef9b1728efeef4538fd47a0d31 (patch)
tree71b4c7ad35ea258c359c4bd8d2ff9e494fadbfec /utils
parentc0f915ed8c808c73195c90fdae62c19fc97a8d29 (diff)
parentebe1de13f1ae081af20ba22d7b62f7477d5062cd (diff)
downloadvim-dd2623b7ce5f00ef9b1728efeef4538fd47a0d31.tar.bz2
vim-dd2623b7ce5f00ef9b1728efeef4538fd47a0d31.zip
Merge Windows config
Diffstat (limited to 'utils')
-rwxr-xr-x[-rw-r--r--]utils/applications/vim.desktop18
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]
2X-Desktop-File-Install-Version=0.23 2Version=1.0
3Type=Application 3Type=Application
4Name=Vi IMproved->buffer2 4Name=Vi IMproved
5Icon=gvim
6Comment=Open file in an existing instance of vi and in a new tab 5Comment=Open file in an existing instance of vi and in a new tab
7MimeType=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++; 6Icon=gvim
8X-XClassHintResName=VIM 7MimeType=text/*
9Categories=Application;Utility;TextEditor; 8Categories=Application;Utility;TextEditor;
10# Exec=vim --servername VIM --remote-silent %F 9Exec=vim %F
11Exec=xfce4-terminal -e "bash -c '~/.bashrc ; vim --servername VIM --remote-silent %F'"
12Terminal=true 10Terminal=true
13StartupNotify=true 11Actions=Server;
12
13[Desktop Action Server]
14Exec=vim --servername VIM --remote-silent %F
15Name=Browse in Server
..