106.07.16 vim cursorline設定

主要是一些小設定

zz可以讓目前行移到螢幕中間
此對程式碼是在進入檔案時將上次離開的位置移到中間 (預設似乎是在最下方
autocmd VimEnter * :exec "normal! \zz"




讓目前行不要移到最底就向下移動,所以目前行都會與螢幕保持3行距離
set scrolloff=3



參考資料:
Automatically scroll screen in vim when near top/bottom?
Running a vim key combination on startup
How to move screen without moving cursor in Vim?

沒有留言:

張貼留言

^ Top