From 85c202264e2fc4cc1fc5bf55056bb53dbc13b92f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 21 Jul 2014 01:42:04 +0900 Subject: [PATCH] Update callback examples in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7d564d..9cf01fe 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ function! GoyoBefore() silent !tmux set status off set noshowmode set noshowcmd + set scrolloff=999 Limelight " ... endfunction @@ -69,6 +70,7 @@ function! GoyoAfter() silent !tmux set status on set showmode set showcmd + set scrolloff=5 Limelight! " ... endfunction