From d151a93b7c1b1dd363df0cfbf9f207e47b51c289 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 22 Aug 2016 23:44:24 +0200 Subject: [PATCH] open help in split view --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 19131a2..3449871 100644 --- a/vimrc +++ b/vimrc @@ -342,3 +342,6 @@ au BufRead,BufNewFile *.json set ft=json "" Mustache au BufRead,BufNewFile *.template set filetype=html.mustache syntax=mustache + +"" always open help in vertical split +au FileType help wincmd L