Update callback examples in README

This commit is contained in:
Junegunn Choi
2014-07-21 01:42:04 +09:00
parent 2bc0604530
commit 85c202264e

View File

@@ -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