vimrc: set smoothscroll

This commit is contained in:
leo 2023-04-26 14:42:31 +02:00
parent 5b1b5da4e5
commit 30be3d8f24
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -1466,6 +1466,9 @@ set clipboard=unnamed,unnamedplus
set exrc
set secure
" nicer scrolling when long lines are wrapped.
set smoothscroll
" Append modeline before first line in buffer.
" Use substitute() instead of printf() to handle '%%s' modeline in LaTeX