mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-13 22:03:49 -05:00
Update callback examples in README
This commit is contained in:
@@ -61,6 +61,7 @@ function! GoyoBefore()
|
|||||||
silent !tmux set status off
|
silent !tmux set status off
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set noshowcmd
|
set noshowcmd
|
||||||
|
set scrolloff=999
|
||||||
Limelight
|
Limelight
|
||||||
" ...
|
" ...
|
||||||
endfunction
|
endfunction
|
||||||
@@ -69,6 +70,7 @@ function! GoyoAfter()
|
|||||||
silent !tmux set status on
|
silent !tmux set status on
|
||||||
set showmode
|
set showmode
|
||||||
set showcmd
|
set showcmd
|
||||||
|
set scrolloff=5
|
||||||
Limelight!
|
Limelight!
|
||||||
" ...
|
" ...
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user