mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-13 05:43:50 -05:00
Update callback examples in README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user