diff options
| author | Max Christian Pohle | 2016-12-07 11:43:50 +0100 | 
|---|---|---|
| committer | Max Christian Pohle | 2016-12-07 11:43:50 +0100 | 
| commit | 9aa873013d037950776b56a72ed6cf04512cee9a (patch) | |
| tree | 9e35e57a024a569f30ef6f16e18dfa653216e55b | |
| parent | 80890fe291fbe664fac5587994d4bd5048ce8345 (diff) | |
| download | vim-karlmarks-9aa873013d037950776b56a72ed6cf04512cee9a.tar.bz2 vim-karlmarks-9aa873013d037950776b56a72ed6cf04512cee9a.zip  | |
opens vim in xfce4-terminal
| -rw-r--r-- | vim.desktop | 12 | 
1 files changed, 7 insertions, 5 deletions
diff --git a/vim.desktop b/vim.desktop index 3d52f9b..f8efe76 100644 --- a/vim.desktop +++ b/vim.desktop  | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | [Desktop Entry] | 1 | [Desktop Entry] | 
| 2 | X-Desktop-File-Install-Version=0.23 | ||
| 2 | Type=Application | 3 | Type=Application | 
| 3 | Name=Vi IMproved->buffer | 4 | Name=Vi IMproved->buffer2 | 
| 4 | Icon=gvim | 5 | Icon=gvim | 
| 5 | Comment=Open file in an existing instance of vi and in a new tab | 6 | 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 | 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=bash -c "~/.bashrc ; vim --servername VIM --remote-silent %F" | ||
| 8 | Terminal=true | ||
| 9 | X-XClassHintResName=VIM | 8 | X-XClassHintResName=VIM | 
| 10 | Categories=Utility;TextEditor; | 9 | Categories=Application;Utility;TextEditor; | 
| 11 | X-Desktop-File-Install-Version=0.23 | 10 | # Exec=vim --servername VIM --remote-silent %F | 
| 11 | Exec=xfce4-terminal -e "bash -c '~/.bashrc ; vim --servername VIM --remote-silent %F'" | ||
| 12 | Terminal=true | ||
| 13 | StartupNotify=true | ||
