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