From: Samir Benmendil Date: Thu, 7 May 2015 07:40:29 +0000 (+0100) Subject: vim: scroll to the far left in help files X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/bd3d2fd2a9d56dfefc261391e9b2c8d77dbbeba2?ds=inline vim: scroll to the far left in help files --- diff --git a/vim/ftplugin/help.vim b/vim/ftplugin/help.vim index 1432ebb..c79df7a 100644 --- a/vim/ftplugin/help.vim +++ b/vim/ftplugin/help.vim @@ -4,3 +4,4 @@ setlocal sidescroll=0 setlocal sidescrolloff=0 wincmd L vertical resize 78 +normal ze