diff options
author | Max Christian Pohle | 2017-04-06 23:38:19 +0200 |
---|---|---|
committer | Max Christian Pohle | 2017-04-06 23:38:19 +0200 |
commit | 663c7ad876c9baf577a9f539559b1e0384b60cd4 (patch) | |
tree | 4e47720f6727b1f1b9ebfa0ff389c4931580b338 | |
parent | f73e0c20e4bfcf7339708d86c0b2544c4de16c24 (diff) | |
download | vim-663c7ad876c9baf577a9f539559b1e0384b60cd4.tar.bz2 vim-663c7ad876c9baf577a9f539559b1e0384b60cd4.zip |
Added desktop file to start nvim via nvr (as server)
-rw-r--r-- | nvim.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nvim.desktop b/nvim.desktop new file mode 100644 index 0000000..6d63814 --- /dev/null +++ b/nvim.desktop | |||
@@ -0,0 +1,10 @@ | |||
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 "screen nvr ."' --fullscreen | ||
7 | Icon=/usr/share/icons/HighContrast/256x256/apps/vim.png | ||
8 | Path= | ||
9 | Terminal=false | ||
10 | StartupNotify=false | ||