From 58a1a42b3dcd93feb6890a6164c5a882b9782c0d Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 23 Jan 2017 12:31:59 -0800 Subject: [PATCH] Add shortcut for Zen --- vim/rc/plugins/goyo-limelight.rc.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/rc/plugins/goyo-limelight.rc.vim b/vim/rc/plugins/goyo-limelight.rc.vim index 89f8b38..31d03d0 100644 --- a/vim/rc/plugins/goyo-limelight.rc.vim +++ b/vim/rc/plugins/goyo-limelight.rc.vim @@ -1,4 +1,5 @@ " Both these plugins work well together for distraction free editing +command Zen :Goyo Plug 'junegunn/goyo.vim', { 'on': 'Goyo' } Plug 'junegunn/limelight.vim', { 'on': 'Limelight' } function! s:goyo_enter()