From 6bcb6643e739e1aee31efab767a1ee492a2200f1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 20 Jul 2018 16:02:05 +0200 Subject: [PATCH] vim: add shortcut for gVim --- vim.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim.json b/vim.json index b9f5449cae..25cb0bd0c6 100644 --- a/vim.json +++ b/vim.json @@ -72,6 +72,12 @@ "-d" ] ], + "shortcuts": [ + [ + "gvim.exe", + "gVim" + ] + ], "post_install": [ "if( !(test-path ~\\.vimrc) -and !(test-path ~\\_vimrc) -and !(test-path ~\\vimfiles\\vimrc) -and !(test-path $env:VIM\\_vimrc) ) {", " cp \"$dir\\vimrc_example.vim\" ~\\_vimrc",